Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- if(IsANoTachoVehicle(vehicleid)) || IsPlayerNPC(playerid)
- {
- new engine, lights, alarm, doors, bonnet, boot, objective;
- GetVehicleParamsEx(vehicleid,engine,lights,alarm,doors,bonnet,boot,objective);
- SetVehicleParamsEx(vehicleid,VEHICLE_PARAMS_ON,lights,alarm,doors,bonnet,boot,objective);
- }
- if(!IsANoTachoVehicle(vehicleid)) && ispassenger != 1)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement