03.06.2016, 13:05
Quote:
fixed it myself with a bit more extensive trial and error. thanks for the help guys
|
Server sided money is just a number in a variable.
When the server automatically removed $100 on the player's death/spawn, it's not updating that variable.
So you can either decrease the player's variable by 100 when the player dies, or you can remove the -$100 feature by resetting the player's money and giving them the number in their variable.