I noticed the Variables have changed for the coins system and can't figure this out to get it working?
My pre installed scripts show it was changed to "cashMoney" & globalMoney for the coin system??
_wealth = player getVariable[(["cashMoney"] select Z_persistentMoney),0] call BIS_fnc_numberText; <<Needs to show money in wallet
_bank = player getVariable[(["globalMoney"] select Z_persistentMoney),0] call BIS_fnc_numberText; <<Needs to show money in bank
Any help you can offer would be great??
Thanks,