SA-MP Forums Archive
Save number - 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 number (/showthread.php?tid=356762)



Save number - GermanCompactIV - 04.07.2012

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



Re: Save number - GermanCompactIV - 04.07.2012

Has no solution?


Re: Save number - GermanCompactIV - 05.07.2012

//Push