19.07.2009, 19:50
First, get the id of the vehile (hint make a command that displays it!!) then do this under on player state change:
Код:
if(newstate == PLAYER_STATE_DRIVER) { if(!IsPlayerAdmin(playerid)) RemovePlayerFromVehicle(playerid); }