Advertisement
Guest User

Untitled

a guest
Aug 14th, 2015
71
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.44 KB | None | 0 0
  1. disableSerialization;
  2. while {true} do
  3. {
  4. 1000 cutRsc ["ZSC_Money_Display","PLAIN"];
  5. _wpui = uiNameSpace getVariable "ZSC_Money_Display"; // Thx to ASREMIX
  6. _vitals = _wpui displayCtrl 4900;
  7. Money = player getVariable["cashMoney",0];
  8. _vitals ctrlSetStructuredText parseText format [" <t size='0.9'> %1 </t><img size='0.9' align='right' image='Img\Gui\Money.paa'/>", [Money] call BIS_fnc_numberText];
  9. _vitals ctrlCommit 0;
  10. sleep 1.5;
  11. };
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement