Posts: 43
Threads: 9
Joined: Oct 2013
Reputation:
0
Good day sir/ma'am! May I have your attention? I want to edit the starting money of our script. I am using NERP 0.3x gamemode. The starting money of our server is $30,000, I want to make it only $1,000. Thanks!
Posts: 233
Threads: 48
Joined: Aug 2013
Reputation:
0
If it's set on GivePlayerMoney(playerid, money) then just change the money argument.If the money is stored into a variable,then you should modify that too.
Just post the code here(OnPlayerConnect() part) so others can see what happens with the money when player comes.
Alright, if there's no code like that given by Sinner, try to CTRL+F dialogid == DIALOG_REGISTER if you found that, put GivePlayerMoney(playerid, amount); underneath that code
Posts: 43
Threads: 9
Joined: Oct 2013
Reputation:
0
Should I say I am using NGRP script.
Posts: 54
Threads: 13
Joined: Oct 2013
There Must bE A line Under:
Код:
public OnPlayerConnect()
The Line must be:
Код:
GivePLayerMoney(playerid, 30000)
Just Change It To Whatever You Want
I dON tKnow If it works cuz i nevr use this script