[HELP] Factions Cars
#1

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);
            }
        }
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)