19.02.2012, 13:24
Eai staff. (:
So somebody could pass this code to y_ini ? or teach me how...
Just to remember that up there is the command /Register naum a dialog ^^
So somebody could pass this code to y_ini ? or teach me how...
pawn Код:
if (!dini_Exists(udb_encode(playername))) {
dini_Create(udb_encode(playername));
dini_IntSet(udb_encode(playername), "password", udb_hash(tmp));
dini_Set(udb_encode(playername),"pass",tmp);
PlayerInfo[playerid][pAdmin] = 0;
dini_IntSet(udb_encode(playername), "level", PlayerInfo[playerid][pAdmin]);