03.03.2012, 16:14
pawn Код:
Z:\Users\lewismichaelbbc\Documents\Linux-Server\gamemodes\lewisrp.pwn(382) : warning 213: tag mismatch
Z:\Users\lewismichaelbbc\Documents\Linux-Server\gamemodes\lewisrp.pwn(383 -- 384) : error 001: expected token: ")", but found ";"
pawn Код:
if(IsACopCar(vehicleid))
{
if(!PlayerInfo[playerid][pFaction] == 1) // Line 382 - Something wrong with this i think
(
SendClientMessage(playerid,COLOR_YELLOW, "You are not in the LSPD / FBI");
RemovePlayerFromVehicle(playerid);
}
else
{
SendClientMessage(playerid, COLOR_YELLOW, "You have just entered a cop vehicle");
}