19.07.2013, 02:49
Hello I wud like to have help with my issesue i have with this command / Line
this is the original working one..
but i want to make it for FBI faction To and i was thinking like this but didnt work tho (iam not a scripter)
Here is the error i get
Help please
this is the original working one..
Код:
if(PlayerInfo[playerid][pFaction] != LSPD) return SCM(playerid, COLOR_LIGHTRED, "Invalid faction");
Код:
if(PlayerInfo[playerid][pFaction] != LSPD != FBI) return SCM(playerid, COLOR_LIGHTRED, "Invalid faction");
Код:
warning 213: tag mismatch