30.04.2014, 14:20
I did that when a player of the other factions get in the car can not drive. It worked but now only goes. I really do not understand why..
pawn Код:
if(IsAcqCar(newcar))
{
if(PlayerInfo[playerid][pLeader] == 13 || PlayerInfo[playerid][pMember] == 13) { }
else {
SendClientMessage(playerid,COLOR_GREY,"* You are not a {7B7D84}Conquerors {808080}member !");
RemovePlayerFromVehicle(playerid);
}
}