06.11.2012, 13:44
You need to set an PlayerVar this you can set in dini then like this:
dini_IntSet(acc, "MostKills", GetPVarInt(playerid, "MostKills"));
to load it again:
SetPVarInt(playerid, "MostKills", dini_Int(acc, "MostKills"));
dini_IntSet(acc, "MostKills", GetPVarInt(playerid, "MostKills"));
to load it again:
SetPVarInt(playerid, "MostKills", dini_Int(acc, "MostKills"));