30.05.2013, 14:43
Quote:
Strfind returns -1 when the needle (the word searched) is NOT found. In this case, you inverted the checks.
pawn Код:
|
pawn Код:
if(PlayerInfo[playerid][pTag] == 0)//the player is not in the clan!
Strfind returns -1 when the needle (the word searched) is NOT found. In this case, you inverted the checks.
pawn Код:
|
if(PlayerInfo[playerid][pTag] == 0)//the player is not in the clan!