Save Stats Problem
#4

Let's make a test:

pawn Код:
if(strcmp("/testdini", cmdtext, true, 10) == 0)
{
     new string[128];
     new PlayerName[MAX_PLAYER_NAME];
     GetPlayerName(playerid, PlayerName, sizeof(PlayerName);
     format(string, sizeof(string), "%s.ini", PlayerName);
     dini_IntSet(string, "ranks", 6);
     return 1;
}
Replace the dini-key by the real key and look if it keep saved :O
Reply


Messages In This Thread
Save Stats Problem - by bauer123 - 01.04.2010, 18:12
Re: Save Stats Problem - by Last_Stand_Guardian - 01.04.2010, 18:13
Re: Save Stats Problem - by bauer123 - 01.04.2010, 19:26
Re: Save Stats Problem - by Last_Stand_Guardian - 01.04.2010, 19:37
Re: Save Stats Problem - by bauer123 - 01.04.2010, 22:46

Forum Jump:


Users browsing this thread: 4 Guest(s)