06.05.2012, 02:28
pawn Код:
if(!strcmp(pData[playerid][pPass],h_password,true))
{
INI_ParseFile(UserPath(playerid), "LoadUser_%s", .bExtra = true, .extra = playerid);
SCM(playerid,C_GREEN,"Loggedin");
logged[playerid] = 1;
}
what is wrong with this one i even load it