Advertisement
Guest User

Untitled

a guest
Jul 20th, 2017
55
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.32 KB | None | 0 0
  1. function tesztt()
  2. local ids = {
  3. ["also_kategoria"] = {""},
  4. ["kozep_kategoria"] = {""},
  5. ["felso_kategoria"] = {""}
  6. }
  7. randomid = math.random (1, 3)
  8. teszt = createVehicle(ids[randomid], 2157.5854492188, 1434.1783447266, 10.820315361023,0,0,160)
  9. removeEventHandler("onClientRender",root,tesztt)
  10. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement