LawyerMorty

Untitled

May 26th, 2014
324
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.27 KB | None | 0 0
  1. function tuneVehicles(command, thePlayer, theVehicle)
  2.     local model == getElementModel( theVehicle)
  3.     local name = getVehicleName( model)
  4.     if name == "Infernus" then
  5.         outputChatBox( "1", thePlayer, 255, 255, 255, true)
  6.     end
  7. end
  8. addCommandHandler( "tune", tuneVehicles)
Advertisement
Add Comment
Please, Sign In to add comment