11.07.2011, 07:05
try this out, should be ready to go
this way it will be locked for everyone, but in the beginning of the mission put:
so to unlock it, and at the end of the mission just relock it again for that player
Код:
public OnPlayerConnect(playerid) { SetVehicleParamsForPlayer( missioncar, playerid, 0, 1); return 1; }
Код:
SetVehicleParamsForPlayer(missioncar, playerid, 0, 0)