Advertisement
Guest User

Untitled

a guest
Apr 25th, 2017
393
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.58 KB | None | 0 0
  1. Citizen.CreateThread(function()
  2.  
  3.      if(LOADOUTS == "Traffiquant") and DrawBlipTradeShow then
  4.         SetBlipTrade(210, "~w~ Mine de ~g~ Fer", 69, Position.Recolet.x, Position.Recolet.y, Position.Recolet.z)  -- POSITION OF MARKERS ON MAP
  5.         SetBlipTrade(210, "~w~ Traitement de ~g~Fer", 69, Position.traitement.x, Position.traitement.y, Position.traitement.z)  -- POSITION OF MARKERS ON MAP
  6.         SetBlipTrade(210, "~w~ Acheteur de ~g~Fer", 69, Position.vente.x, Position.vente.y, Position.vente.z)  -- POSITION OF MARKERS ON MAP
  7.         else
  8.         DrawBlipTradeShow = false
  9.     end
  10. end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement