Advertisement
Guest User

Untitled

a guest
Jan 4th, 2017
1,491
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.43 KB | None | 0 0
  1. Citizen.CreateThread(function()
  2. while true do
  3. for i=0,99 do
  4. N_0x31698aa80e0223f8(i)
  5. end
  6. for i=0,32 do
  7. if(NetworkIsPlayerActive(i) and GetPlayersPed(i)) then
  8. local ped = GetPlayersPed(i)
  9. local Blip = GetBlipFromEntity(ped)
  10. if DoesBlipExist(Blip) then
  11. SetThisScriptCanRemoveBlipsCreatedByAnyScript(true)
  12. SetBlipScale(Blip,0.0)
  13. end
  14. end
  15. end
  16. Citizen.Wait(0)
  17. end
  18. end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement