24.06.2009, 05:01
I'm gonna go ahead and guess it is this:
That's basically saying if they connect and are registered, to set them as unregistered, which doesn't make sense.
pawn Код:
else if(gPlayerInfo[playerid][PLAYER_REGGED] == 1) SendClientMessage(playerid,COLOUR_ORANGE,"You`re acount has been found. Please /login to continue.");
gPlayerInfo[playerid][PLAYER_REGGED] = 0;
return 1;
}