17.11.2012, 08:10
Hey Guys I'm working on a new script i want to know how to faction restrict vehicles please tell me first one to tell me and a EG of codes will get Rep
if (newstate == PLAYER_STATE_DRIVER) {
if (Faction(GetPlayerVehicleID(playerid) != PlayerFactionVariable[playerid]) RemovePlayerFromVehicle(playerid);
}