Quote:
Originally Posted by Hobod
pawn Код:
public OnPlayerEnterVehicle(playerid, vehicleid, ispassenger) { new engine,lights,alarm,doors,bonnet,boot,objective; GetVehicleParamsEx(vehicleid,engine,lights,alarm,doors,bonnet,boot,objective); SetVehicleParamsEx(vehicleid,1,lights,alarm,doors,bonnet,boot,objective); return 1; }
|
I've already done that, and vehicleid should be the id of the vehicle that they're entering if im right.
EDIT: seems to be working now, not a clue why lol not changed anything from what i put in my first post