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
Question
Reaper5150
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,
Link to comment
Share on other sites
1 answer to this question
Recommended Posts
Please sign in to comment
You will be able to leave a comment after signing in
Sign In Now