30.01.2013, 08:19
Oooooh, load it, a misunderstanding:
Use this:
Then add this:
Use this:
pawn Код:
INI_ParseFile(playerfile, "load_user", .bExtra = true, .extra = playerid, .bPassTag = true);
pawn Код:
forward load_user(playerid, name[ ], value[ ]);
public load_user(playerid, name[], value[])
{
INI_Int("Score", _pVars[ playerid ][ Score ]);
SetPlayerScore( playerid, _pVars[ playerid ][ Score ] );
return 1;
}