07.06.2012, 23:13
Okay
Код:
public OnPlayerConnect(playerid) { //after some codes if(CheckAccountExists(UserStats[playerid][Name])) AccountExists[playerid] = 1; else AccountExists[playerid] = 0; AccountExists[playerid] = 0; return 1; }