Advertisement
Guest User

Untitled

a guest
Jun 18th, 2019
67
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.36 KB | None | 0 0
  1. local zones = {}
  2. local blipInfo = {}
  3. if PlayerData.job ~= nil then
  4. for jobKey,jobValues in pairs(Config.Jobs) do
  5.  
  6. if jobKey == PlayerData.job.name then
  7. for zoneKey,zoneValues in pairs(jobValues.Zones) do
  8.  
  9. if zoneValues.Blip then
  10. SetNewWaypoint(zoneValues.Pos.x, zoneValues.Pos.y) --Ovo sam dirao
  11. end
  12. end
  13. end
  14. end
  15. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement