01.12.2014, 11:34
Код:
if(newstate == PLAYER_STATE_DRIVER && oldstate != PLAYER_STATE_DRIVER) { new vehicleid = GetPlayerVehicleID(playerid); else if(IsLAPDVeh(vehicleid) && PlayerInfo[playerid][pFaction] != 1) { RemovePlayerFromVehicle(playerid); SendClientMessage(playerid, COLOR_ORANGE, " You are not in LAPD faction."); }