SA-MP Forums Archive
Account User, save one thing - 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: Account User, save one thing (/showthread.php?tid=381940)



Account User, save one thing - Bay - 01.10.2012

I use Double o files 2 and i have a problem. I made simple reigstriation on this file. I have got few ranks. My problem is on this:
Код:
		        DOF2_CreateFile(CheckUsers(playerid), inputtext);
				DOF2_SetInt(CheckUsers(playerid), "Money", 0);
                DOF2_SetInt(CheckUsers(playerid), "Score", 0);
                DOF2_SetInt(CheckUsers(playerid), "Skin", 0);
                DOF2_SetInt(CheckUsers(playerid), "Player", 1);
				DOF2_SaveFile();
Normally save Money, Score, Skin. The player doesn't want to save. Where is the problem?