Advertisement
Guest User

Untitled

a guest
May 10th, 2014
215
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Pawn 0.35 KB | None | 0 0
  1. if(IsANoTachoVehicle(vehicleid)) || IsPlayerNPC(playerid)
  2.     {
  3.         new engine, lights, alarm, doors, bonnet, boot, objective;
  4.         GetVehicleParamsEx(vehicleid,engine,lights,alarm,doors,bonnet,boot,objective);
  5.         SetVehicleParamsEx(vehicleid,VEHICLE_PARAMS_ON,lights,alarm,doors,bonnet,boot,objective);
  6.     }
  7.     if(!IsANoTachoVehicle(vehicleid)) && ispassenger != 1)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement