06.10.2013, 16:34
I'd want to restrict police cars (id 598.) from all other factions but police. At the moment I've got 2 factions: civilians(pTeam[playerid] == team_civ) and cops (pTeam[playerid] == team_lspd). And I can't figure out how to remove player from a vehicle since the function RemovePlayerFromVehicle doesn't work in the callback OnPlayerEnterVehicle. So is there any way to do this?