01.10.2012, 13:49
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:
Normally save Money, Score, Skin. The player doesn't want to save. Where is the problem?
Код:
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();