23.09.2010, 16:40
pawn Код:
public OnPlayerConnect(playerid)
{
new file[MAX_PLAYER_NAME + 25];
GetPlayerName(playerid, file, sizeof file);
format(file, sizeof file, "mygamemode/users/%s", file);
SetPlayerScore(playerid, dini_Int(file, "Score"));
}
Dunno if this is correct dini usage, I hate it anyways lol.