19.03.2011, 23:47
As I can see you are using a } insteed of a { at lines like: if(gPlayerLogged[playerid] == 0) it should be like this:
Now just find the other ones to
pawn Код:
if(gPlayerLogged[playerid] == 0)
{
return SendClientMessage( playerid, WHITE, "You haven`t logged in yet." );
}
