Advertisement
Kyominii

VDK_Recolt__CustomBlipsName

Apr 28th, 2017
1,448
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.33 KB | None | 0 0
  1. --in vdkrec.lua : setBlip function, around line 90--
  2.  
  3. local name = ""
  4. if(tonumber(num) == 17) then
  5. name = "Recolt"
  6. else
  7. if(tonumber(num) == 18) then
  8. name = "Treatment"
  9. else
  10. name = "Sell"
  11. end
  12. end
  13.  
  14. BeginTextCommandSetBlipName("STRING")
  15. AddTextComponentString(name)
  16. EndTextCommandSetBlipName(blip)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement