24.09.2012, 18:09
Hey!
Everything worked but since I re-installed my computer and put my script back in it's place everything stops working!
Files are being created but the data in the variables will not save!
Simply if I put : INI_WriteInt(playerFile, "Money", 1500);
INI_WriteInt(playerFile, "Bankmoney", 2500);
INI_WriteInt(playerFile, "Phone", 0);
INI_WriteInt(playerFile, "Admin", 0);
Somewhere, both bankmoney and Money will simply go back to 0 (at the second its saved).
How to solve this!?
Everything worked but since I re-installed my computer and put my script back in it's place everything stops working!
Files are being created but the data in the variables will not save!
Simply if I put : INI_WriteInt(playerFile, "Money", 1500);
INI_WriteInt(playerFile, "Bankmoney", 2500);
INI_WriteInt(playerFile, "Phone", 0);
INI_WriteInt(playerFile, "Admin", 0);
Somewhere, both bankmoney and Money will simply go back to 0 (at the second its saved).
How to solve this!?