25.12.2016, 16:35
You need to replace the default functions with those two:
GivePlayerMoney -> GivePlayerCash
GetPlayerMoney -> GetPlayerCash
so it will give the money you set, call the public function remotely in the gamemode and update the money or call the public function in the gamemode and get the server-side money.
GivePlayerMoney -> GivePlayerCash
GetPlayerMoney -> GetPlayerCash
so it will give the money you set, call the public function remotely in the gamemode and update the money or call the public function in the gamemode and get the server-side money.