23.12.2009, 11:55
how can i use OnPlayerStateChange to remove a player from a vehicle
??

if(newstate == PLAYER_STATE_DRIVER || newstate == PLAYER_STATE_PASSENGER)
{
RemovePlayerFromVehicle(playerid);
}
if(gTeam[playerid] == TEAM_CIVIL)