18.04.2014, 08:41
use like this
pawn Код:
INI_WriteString(Path,"RaceID", "None");//this when he has won no race that means when a player registers
//then this after he has won race for first time
INI_RemoveEntry(ini, "RaceID");
INI_WriteInt(Path,"RaceID", 1);