09.01.2011, 00:15
Quote:
pawn Код:
if(CheckAccountExists(UserStats[playerid][Name]))
{
AccountExists[playerid] = 1;
// Use ShowPlayerDialog then OnPlayerDialog to call the dialogid.
else
{
AccountExists[playerid] = 0;
// Use ShowPlayerDialog then OnPlayerDialog to call the dialogid.
return 1;
}
return 1;
}