28.12.2014, 09:38
Hello , i want to know how to set player default money after registration . I want to give 5k to every player when he register .
INI_WriteInt(ACCOUNT, "Cash", 5000);
I made the registration system from the following tutorial . Now where can i change the default money
https://sampforum.blast.hk/showthread.php?tid=273088 |
public OnDialogResponse
INI_WriteInt(File,"Cash",0);
INI_WriteInt(File,"Cash",10000);
GivePlayerMoney(playerid, 5000);