Jump to content

JoaoZanetti

Members
  • Posts

    82
  • Joined

  • Last visited

Everything posted by JoaoZanetti

  1. The problem is because player is already in acl grid and cant add anyone because keeps going to else.
  2. Its a script to give TAG. If someone in this gang (grid) want to give someone tag of (grid) just type /add (login)
  3. Nothing on debugscript 3 and its not working
  4. Hi everybody. When someone type /add [account] this command add an account to a group on ACL. I want to make this command just to a certain group on ACL. Could someone help me? I tried but did not succeed. Script working but everybody can type /add [account] Script that i modified but everyone that write /add [account] get error "#FF0000[ERRO]#FFFFFF Maneira correta de usar /add [login]" (Jump to Else)
  5. Im having a problem. When someone kill other player, body dont drop anything. Do you know how can i fix this?
  6. I will try when i get home. Thanks.
  7. 158.69.211.78:22005 but i stopped download with external web server. Its not only me having this problem. You want that i put server to download with external web server? Sorry for my bad english. Im in cellphone now, if this ip is incorrect, look at server on my signature.
  8. I think server is forcing me to download resource and resource-cache mods.
  9. Now its working! But i have 800mb in my server and when i make download MTA say i will download 1.6gb. Wtf is this?
  10. Everything is working fine, but when i go to http://158.69.211.78:20080/admin/client/admin_ACL.lua i receive 404. Compression test is correct. Could someone help me? Now i get a 403 Forbidden.
  11. Im trying to use nginx as web server to make downloads more fast. Everything is working fine, but when i go to http://158.69.211.78:20080/admin/client/admin_ACL.lua i receive 404. Compression test is correct. Could someone help me?
  12. Mesma coisa aqui. Estou a mais de 2 anos com o meu servidor aberto e dificilmente passa dos 30 players. Desenvolvi ele totalmente do 0, passei madrugadas em sites russos pedindo ajuda e buscando scripts. Ele é ate que conhecido mas não fica lotado, ele é meio que outra opção quando os servidores principais caem. O pior é que quando entram dizem que é o melhor servidor, so não ficam jogando pois não tem muitos players... Vai entender esses players que jogam em servidores ruins apenas por ter mais player.
  13. I already did this and script works fine. But my server cant run without resource play.
  14. Hi. Im using this script to set gamemode and map name. Idk why but the script set only map name, and in gamemode name still "play". If i restart resource it show gamemode name that i set but after 5 seconds it back to play. function setMode() resetMapInfo() setMapName("PDB Sao Paulo"); setGameType("PDB Drift"); end addEventHandler("onResourceStart", getResourceRootElement(getThisResource()), setMode) Sorry for my bad english.
  15. Well, i tried something with the link u send, and it works just fine! Here is the full script if in the future someone need this. Thanks for your help WhoAmI.
  16. Thanks for your help. A resource just spawn this car, vehicle don`t have owner.
  17. I`m trying to make a vehicle stay in a fixed position. When someone run next to the car it moves, and i don`t want this. Someone know how i can make a car fixed in some position? Script i`m using is in spoiler below. Sorry for my bad english I Appreciate any help.
  18. Ikd why but i tried again and worked. I put this script in a server-side file.
  19. Hey, i have a problem... My DayZ gamemode keep showing Health Bar and Name Tag, someone know how to disable it? Screenshot here: (Open image in a new tab)
  20. I know, but can i use this without ex_system of castillo ? I maked a script with show the level, give level, give player xp on kill, but idk if it will works without exported functions of castillo.
  21. You are in wrong section and your help is bad. Use this: function test () local players = getPlayerCount() if (players) == 1 then -- Your code end end Thank you, this helped me alot.
  22. Hey, im making a mode in mta, and im in the last steps, i just need something like this: If have 1 player in server, show a message in chat + givePlayerMoney + addPlayerEXP. Someone have some resource working like this or can help me showing some way to do this ? Thanks.
  23. If i script this, i already did this, but will i need the exp_system ? for use this functions ?
  24. Im using castillo exp_system, but i need to translate the system and make somes changes, but script is compilled. Someone know a script with this functions uncompilled ? I just want the functions, i dont need any gui, showing xp up or something like that. EDIT Resource = https://community.multitheftauto.com/index.php?p= ... ls&id=1253
  25. Can you make a quick tutorial how to install ? Thanks.
×
×
  • Create New...