Jump to content

UserToDelete

Members
  • Posts

    766
  • Joined

  • Last visited

Everything posted by UserToDelete

  1. Now have a bug in browser port, if u close server and NO RESTART PC he say "port ****** are close: Players cannot browse" i have All ports open and vps, same problem in both
  2. un skin por ejemplo. solo de admins?
  3. Eso es por que tienes mods que no son compatibles con tu servidor, quita todos los mods y ya no te pasa (reinstalando GTA)
  4. Tienes razon que noob soy xdddd estoy llorando de la risa xDDD
  5. Si necesitan Moderadores muchas horas, me avisan, Estoy en el PC mas de 14 horas (GMT +0)
  6. vD Zombie server - [Alpha 0.1] De momento es un poco Bored pero cuando lo termine sera perfecto IP:5.175.139.216 24 h [debian server] - Respawn en el area51 - Puerta de proteccion - Guarda la posicion al salirse de el server - Guarda la vida al salirse de el server - Guarda la armadura al salir de el server - Guarda el dinero al salir de el server - Guarda la experiencia al salir de el server - Cuenta con 35 niveles (el prestigio se añadira cuando se pase de nivel 30 (nivel 35) - Tienda de armas (proximamente) - .map de el area 51 (proximamente)
  7. Hace unos dias empece a hacer GUIs y triggerServers y todo eso. y al probarlo me tira error de manera extraña, ya que esta bien hecho. El error = Multi Theft Auto: San Andreas v1.3.4 ================================================================== = Server name : vD scripting and GUI tools = Server IP address: = Server port : 22003 = = Log file : ..ment/server/mods/deathmatch/logs/server.log = Maximum players : 1 = HTTP port : 22005 = Voice Chat : Disabled = Bandwidth saving : Medium ================================================================== [2014-01-10 20:27:51] Resources: 3 loaded, 0 failed [2014-01-10 20:27:52] Starting resources... [2014-01-10 20:27:53] Server minclientversion is now 1.3.4 [2014-01-10 20:27:54] Querying MTA master server... success! [2014-01-10 20:27:54] Server started and is ready to accept connections! [2014-01-10 20:27:54] To stop the server, type 'shutdown' or press Ctrl-C [2014-01-10 20:27:54] Type 'help' for a list of commands. [2014-01-10 20:27:59] start: Requested by Console [2014-01-10 20:27:59] Starting shop [2014-01-10 20:27:59] start: Resource 'shop' started [2014-01-10 20:29:53] CONNECT: LGF//#264887VeNaD connected (IP: 192.168.1.34 Serial: 2EAB8C5D0D79071D0E548041C004DFA3 Version: 1.3.4-9.06007.5) [2014-01-10 20:29:58] JOIN: LGF//#264887VeNaD joined the game (IP: 192.168.1.34) [b][2014-01-10 20:30:08] ERROR: shop\client.lua:2: attempt to call global 'guiCreateWindow' (a nil value)[/b] El rango de el script que hice tambien lo dejo function tienda() ventana = guiCreateWindow(10, 10, 780, 580, "Tienda de armas - vD server", false) guiWindowSetMovable(ventana, false) addCommandHandler("shop", tienda)
  8. thank you, but, what is the error in my script, pls, ¿Only local?
  9. That also wouldn't work because setCameraTarget ( source, source ) makes no sense. Use this: x = math.random(0,200) y = math.random(0,200) z = 2000 rot = math.random(0,179) int = 0 function fnt ( thePlayer ) setCameraTarget ( source ) spawnPlayer ( source, x, y, z) giveWeapon ( thePlayer, 46, 1, true) outputChatBox("#00ffff[ATTENTION]#ff0000Use parachute for survive!", thePlayer,255,255,255,true) end addEventHandler("onPlayerLogin",root,fnt) To the thread starter: You need to use fadeCamera as well. no work anything, i cant see player, no teleport. giveWeapon error. etc. etc. same error, but thePlayer not is valid.
  10. Esta tarde e scripteado uno y todo funciona bien, hasta el punto de que me lanza errores script: --server x = math.random(0,200) y = math.random(0,200) z = 2000 rot = math.random(0,179) int = 0 function fnt () spawnPlayer (x, y, z, rot, int) giveWeapon (46, 1, true) setCameraTarget (source) outputChatBox("#00ffff[ATTENTION]#ff0000Use parachute for survive!",source,255,255,255,true) end addEventHandler("onPlayerLogin",root, fnt) Error: [2013-12-26 16:23:49] WARNING: [vD]/loginspawn/spawn.lua:8: Bad argument @ 'spawnPlayer' [2013-12-26 16:23:49] WARNING: [vD]/loginspawn/spawn.lua:9: Bad argument @ 'giveWeapon' [Expected element at argument 1, got number '46']
  11. change for? source? or what element?
  12. lol, this script is perfect for hack servers.
  13. i created a script and get errors, What function is neccesary? sorry im noob The error WARNING: [vD]/loginspawn/spawn.lua:9: Bad argument @ 'spawnPlayer' WARNING: [vD]/loginspawn/spawn.lua:10: Bad argument @ 'giveWeapon' [Expected element at argument 1, got nil] WARNING: [vD]/loginspawn/spawn.lua:11: Bad argument @ 'setCameraTarget' The script --server puto = thePlayer x = math.random(0,200) y = math.random(0,200) z = 2000 rot = math.random(0,179) int = 0 function fnt () spawnPlayer (puto, x, y, z, rot, int) giveWeapon (puto, 46, 1, true) setCameraTarget (puto, puto) outputChatBox("#00ffff[ATTENTION]#ff0000Use parachute for survive!",puto,255,255,255,true) end addEventHandler("onPlayerLogin",root,fnt) outputChatBox work, but giveWeapon and spawnPlayer and setCameraTarget no
  14. i created a script and i run in server 1.3.4. in the console output this. [vD]/loginspawn/spawn.lua:14: Bad argument @ 'addEventHandle r' [Expected element at argument 2, got nil] puto = source x = math.random(0,200) y = math.random(0,200) z = 2000 rot = math.random(0,179) int = 0 function fnt () spawnPlayer (puto, x, y, z, rot, int) giveWeapon (puto, 46, 1, true) setCameraTarget (source, source) outputChatBox("#00ffff[ATTENTION]#ff0000Use parachute for survive!",source,255,255,255,true) end addEventHandler("onPlayerLogin",rootElement,fnt) Pls help me.
×
×
  • Create New...