01.07.2011, 12:26
Hello everyone. I want to check if someone's faction name in his file eqauls Los Santos Police Department
I have it like this:
It just has no effect. What is wrong?
I have it like this:
pawn Код:
if(strcmp(PlayerInfo[playerid][pFaction], "Los Santos Police Department", true) != 0) return SendClientMessage(playerid,COLOR_GREY,"You're not allowed to use this command.");