25.06.2013, 12:53
maybe you can try that
also you need the public of Load
Код:
if(IsPlayerConnected(playerid)) { INI_ParseFile(YourPathHere, "Load_%s", .bExtra = true, .extra = playerid); } else continue;
Код:
forward Load_data(playerid,name[],value[]); public Load_data(playerid,name[],value[]) { INI_Int("Kills",pInfo[playerid][your kills]); return 1; }