02.10.2011, 18:05
tente:
OBS: Troco o "CAMINHO_PARA_CONTA" pelo caminho das contas, por exemplo: "Players/%s.ini"
REP+ ?
pawn Код:
new Nome[MAX_PLAYER_NAME];
GetPlayerName(playerid, Nome, sizeof(Nome));
new playername[MAX_PLAYER_NAME];
GetPlayerName(playerid, playername, sizeof(playername));
new String[128];
format(String, sizeof(String), CAMINHO_PARA_CONTA, Nome);
PlayerInfo[playerid][pHelper] = dini_Int(udb_encode(playername), "level");
return 1;
REP+ ?