Just some saving issue.
#1

PHP код:
   new amount;
   
GetPlayerMoney(playeridamount);
   
DOF2_SetInt(file"Money",PlayerInfo[playerid][pMoney] = amount); // Sets the Number
   
DOF2_SaveFile(); // saves the changes 
Yeah.. the Number is being saved as Zero. I Bet its something simple, Can anybody advise?
Thanks
Reply
#2

pawn Код:
DOF2_SetInt(file, "Money",GetPlayerMoney(playerid)); // Sets the Number
   DOF2_SaveFile(); // saves the changes
The GetPlayerMoney no has parameters.
Reply
#3

Thanks
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)