How to turn on the lights?
#1

Anyone can please help me for the car lights turning off and on? thanks.
Reply
#2

pawn Код:
new engine,lights,alarm,doors,bonnet,boot,objective;
GetVehicleParamsEx(vehicleid,engine,lights,alarm,doors,bonnet,boot,objective);

SetVehicleParamsEx(vehicleid,engine,1,alarm,doors,bonnet,boot,objective); // To set lights on

SetVehicleParamsEx(vehicleid,engine,0,alarm,doors,bonnet,boot,objective); // To set lights off
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)