Advertisement
LordNoobIV

Untitled

Apr 5th, 2014
62
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. function SpawnTank(args)
  2.     if args.text == "/drop" then
  3.         Vehicle.Create(18, ((args.player:GetPosition().z) + 1000), Angle(0, 0, 0))
  4.         Vehicle:SetLinearVelocity(0, 0, 10)
  5.         return false
  6.     end
  7.     return true
  8. end
  9.  
  10. Events:Subscribe("SpawnTank", PlayerChat)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement