17.03.2013, 09:02
can you show us how you set you're variable if player is login. there is should something look like this
because those code above are correct. so probably you got something wrong when you're setting it to 1 or 0
pawn Код:
//if player logged in
pInfo[playerid][pLogged] =1; //or you can use true
//if player is not logged in
pInfo[playerid][pLogged] =0; //or you can use false
