Advertisement
canadianimp

vrp_onservice

Dec 13th, 2019
157
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.04 KB | None | 0 0
  1. cfg = {}
  2.  
  3. cfg.expediente = { -- configuração do expediente
  4. ["policia.permissao"] = { -- Recruta [PM]
  5. armas = { 'WEAPON_STUNGUN','WEAPON_CARBINERIFLE','WEAPON_COMBATPISTOL', 'WEAPON_NIGHTSTICK' },
  6. colete = true,
  7. regenerarHP = true,
  8. },
  9. --[[["paycheck.policial.2sgt"] = { -- 2ºSGT [PM]
  10. armas = { 'WEAPON_MICROSMG','WEAPON_HEAVYSHOTGUN','WEAPON_CARBINERIFLE' },
  11. colete = true,
  12. regenerarHP = true,
  13. },
  14. ["paycheck.policial.3sgt"] = { -- 1ºSGT [PM]
  15. armas = { 'WEAPON_REVOLVER_MK2','WEAPON_APPISTOL','WEAPON_PISTOL50' },
  16. colete = true,
  17. regenerarHP = true,
  18. },]]--
  19. }
  20.  
  21. cfg.coords = {
  22. { ['x'] = 459.98, ['y'] = -981.28, ['z'] = 30.68} -- POLICIA 459.98977661133,-981.28295898438,30.689308166504
  23. }
  24.  
  25. cfg.municaopadrao = 200; -- padrao de munição que vai vir em cada arma
  26. cfg.vidapadrao = 400; --
  27.  
  28. cfg.discordURL = 'https://discordapp.com/api/webhooks/655051520533987368/zbIKHipVJGQQuQA_JZXExWKM9nTf-V8vG5YMwoApjFUoXZZRoyhLtR4lh76t1vspuPHw'; -- seu webhook
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement