SA-MP Forums Archive
Save not - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (https://sampforum.blast.hk/forumdisplay.php?fid=12)
+--- Thread: Save not (/showthread.php?tid=356871)



Save not - GermanCompactIV - 05.07.2012

Hey, I have a problem with SII. There is not saved in the file, the number of players.
Here's the code PAWN.
Код:
if(INI_Open(getINI(playerid)))
{
        INI_WriteInt("Geschlecht",2);
        INI_Save();
        INI_Close();
}



Re: Save not - GermanCompactIV - 05.07.2012

//Push