11.10.2010, 10:32
https://sampforum.blast.hk/showthread.php?tid=180237
pawn Код:
new name[MAX_PLAYER_NAME], file[256];
GetPlayerName(playerid, name, sizeof(name));
format(file, sizeof(file), %s.ini, name);
LevelPlayer = dini_Int(file, "LevelPlayer");
// ^ array | ^ define o valor da array o que estб no arquivo...