02.12.2009, 17:23
Well I got this under OnPlayerConnect
And after it it checks
Код:
new string[MAX_PLAYER_NAME];
Код:
if(fexist(string)) { gPlayerAccount[playerid] = 1; return 1; } else { gPlayerAccount[playerid] = 0; return 1; }