Advertisement
Guest User

server.lua

a guest
Jan 14th, 2018
484
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.23 KB | None | 0 0
  1. local randomReport = math.random(1, 3)
  2.     if randomReport == 2 then
  3.         local plyPos = GetEntityCoords(GetPlayerPed(-1),  true)
  4.             vRP.sendServiceAlert(nil, cfg.trackveh.service,plyPos.x,plyPos.y,plyPos.z,drug dealer reported)
  5.     end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement