
UserToDelete
Members-
Posts
766 -
Joined
-
Last visited
Everything posted by UserToDelete
-
TopRed Box Servidores Configurados e Hospedados !
UserToDelete replied to topred's topic in Serviços de hospedagem
Um pouco mais informações sobre o seu anfitrião ajudaria a vender mais, mesmo assim, os preços são exorbitantes -
What page are used for forums?
-
create radarArea and use onClientRender, is more effective i think
-
Para los actuales clientes de pago! Promocion donde puedes llevarte tu y tus amigos un descuento importante! Refiere a un amigo tuyo a comprar un servidor en CyDrio y lleva un 4% de descuento por cada amigo que traigas, y tu amigo a la vez, tendrá un 10% de descuento mientras estes en el hosting! Referidos Validos hasta 1/12/2015, pasada esta fecha, no se podran traer mas referidos, pero si se mantendran los que ya tienes! Mas informacion: https://www.cydrio.com/es/promo.pdf Responsable del usuario la colocacion de la imagen en la firma del foro y de su correcto enlace EDIT: Los precios en la pagina han sido actualizados, han subido ligeramente debido a la seguridad que ofrezco y que otros host no tienen
-
Error [CD08] La conexion ha expirado
UserToDelete replied to JesusAliso's topic in Ayuda relacionada al cliente/servidor
Reinstala GTA, no MTA, y cuentas que tal -
Some graphic cards are not compatible with Grand Theaft Auto San Andreas, anywhere, you can try with virtual machine with Windows 7 or XP but not 8 or 10? Personally, windows 10 is the biggest scam that could have cast Your PC are not optimiced on hardware to use W10, none are, but benefits are first. pD: on Single Player, bug persist?
-
grupos_acl = {"Admin", "SuperModerator", "Moderator"} addCommandHandler("jet", function (source) for k,v in ipairs(grupos_acl) do if isObjectInACLGroup("user."..getAccountName(getPlayerAccount(source)), aclGetGroup(v)) then if doesPedHaveJetPack(source) then removePedJetPack(source) break else givePedJetPack(source) break end end end end )
-
You cant do that. i mean same record to two different IPs simultany www record >>> 173.56.27.48 and 163.57.26.4 simultany
-
That's not up to MTA to decide. DNS handles the requests, not MTA. DNS cant handle multiple IPs from same DNS, www.example.com points to same IP, not multiple servers like this problem
-
Esto tambien podria funcionar? La variable solo conductor, restringe al conductor en true, o a todo el que se suba en false, teoricamente solo_conductor = true function in_array(tab, value) for k,v in pairs(tab) do if value == v then return true end end return false end --https://wiki.multitheftauto.com/wiki/Vehicle_IDs#Government_Vehicles vehiculos = {--[[ 433, 427, 490, 520, 598, 596, 597, 601, 599, 432 ]]} addEventHandler("onVehicleStartEnter", root, function (player, sit, jack, door) if in_array(vehiculos, getElementModel(source)) and (door == 0 or not solo_conductor) then if not hasObjectPermissionTo(player, 'command.kick') then outputChatBox("Solo administradores pueden conducir este vehiculo", player) cancelEvent() end end end )
-
Depends of number of querys, but if in the past works fine and now not.. must be a software problem, i don't know more. i surrender from this topic Last i know, Windows 10 use different library from another windows (more heavy or more shitty, like Microsoft), can be that, try mounting a Windows XP on a VMWare Station After trying on a Virtual Machine, tell us if you got fixed, if you got fixed, it is a bug from Windows 10 with MTA:SA Compilation
-
En algunas funciones 'nil' las reconoce como un error, y 'false' como un argumento PD: Deberias optimizar un poco el script, ya que tranquilamente puedes sacar 500 lineas de ahi
-
outputChatBox addCommandHandler
-
He is asking downloads by PHP script It is teorical possible, with rewrite mod for Apache2 I don't use Apache, so I don't know. What I do know is DNS A-records are far more easier to add. Just my two cents, but whatever. MTA only can download directly by one DNS, you can use an NO HTTP server for downloadFile() function alternative
-
I dont know how modloader are scripted, i recommend you to create an script using that functions
-
Not all PCs have same hardware of software added, minimal variation can cause apocalypse
-
He is asking downloads by PHP script It is teorical possible, with rewrite mod for Apache2
-
tried the script, didnt work. i added it to a zip file, put a working meta in, and added it to the server but it didnt do anything Because an error in lua stops reading. Linea 1 undefined variable as function (setPlayerNametagShowing are function, read wiki), my script perfectly works without first line
-
Pero insisto, ese evento seria triggeado cada vez que clickes, lo que resulta innecesario cuando existe onElementClicked, para este problema sería mucho mas util
-
El evento OnElementClicked te pudo haber servido para todo esto
-
No entiendo bien tu ayuda, Usas F8 pero pides ayuda de ver un mensaje en chatBox cuando mueres y lo ocultas?, No he entendido este problema Haber me explico, yo no puse todo el codigo donde trigreo a serverside para que se spawnee solo puse un outputChatBox para comprobar que al dar click al ped si se ejecuta la funcion pero no se ejecuta nada, no se si me explique bien. Pero hijo mio, para hacer una prueba normalmente yo quito showChat(false), ya luego cuando lo tenga completo descomento esa linea, en mis pruebas de script tengo comentado de 50 a 200 lineas en modo test (en un save system, por ejemplo)
-
No entiendo bien tu ayuda, Usas F8 pero pides ayuda de ver un mensaje en chatBox cuando mueres y lo ocultas?, No he entendido este problema
-
Bueno, o que no oculte el chat, que ocultes el chat no significa que no puedas hablar Es otra opción. Normalmente quieres ocultar el chat entre otras cosas, para que no puedas comunicarte hasta spawnear, pero claro, pulsando F8 y con el comando say se puede
-
Bueno, o que no oculte el chat, que ocultes el chat no significa que no puedas hablar