05.07.2011, 12:26
I don't know what's wrong with this line, I get a tag mismatch warning.
This is where I use it:
pawn Код:
new Bool:pLoggedIn[MAX_PLAYERS] = false;
pawn Код:
if(!pLoggedIn[playerid]) return 1;