Jump to content

victortp

Members
  • Posts

    14
  • Joined

  • Last visited

victortp's Achievements

Square

Square (6/54)

0

Reputation

  1. Are the backpack skins bugged?
  2. Both allowed on firewall but still not finding any server
  3. http://i.imgur.com/sUZhVcZ.png
  4. Olá galera, estou com problema com o reload do meu servidor.. Até achei um script na internet, porém não funciona. Alguém teria esse script pra me ajudar?
  5. @DNL291 Agora está funcionando, mas o timer não.. tipo, ta podendo usar várias vezes seguidas ;s
  6. @manawydan Sim pretendo mudar isso pra event e colocar na GUI @DNL291 Não funcionou pra mim esse script
  7. so, i cant set the itens? If you want, you can make it as a event and i will put it in a GUI
  8. @Blaawee i want to set the ids in a array, for example: arrayWeapon = { 8, 24, 28} / arrayAmmo = { 100, 200, 300} and unpack it on "getWeaponIDFromName( weapon )" and "tonumber( ammo )". But i don't know how.. Im new on lua
  9. Ok, its working.. but i want to set the weapons that will give.. ex: 1 desert eagle - 200 ammo, 1 ak-47 - 400 ammo..
  10. I'm using Dayz mta source, is it the problem?
  11. The script loads fine, start: Resource 'kitarmas' started but dont show 'You have to wait '.. timeToWaitFor..' second' or 'Syntex /kitarmas [weapon] [ammo]' and don't give anny gun ;s I already put the weapon/ammo id.
  12. Thank you @Blaawee, but it's not working for me
  13. Hello, i need help to create a script with time to use. If i use the command "/command" i have to wait "x" seconds to use it again. Ex: addCommandHandler("kitarmas", true) giveWeapon(source, 4, 200, true) giveWeapon(source, 24, 200, true) end Thx and sorry for my bad english.
  14. Olá. Gostaria de pedir a ajuda de vocês para criar um comando que tenha tempo para usar. Ex: o player digita "/comando" e só pode usar o comando novamente depois de 1 minuto. No caso gostaria pra dar alguns items como: addCommandHandler("kitarmas", true) giveWeapon(source, 4, 200, true) giveWeapon(source, 24, 200, true) end
×
×
  • Create New...