Facebook
From Sweet Sheep, 3 Years ago, written in Plain Text.
Embed
Download Paste or View Raw
Hits: 118
  1. private _amount=499999
  2. _amount=round(_amount);
  3. if(_amount<0||{GTA_JCKC38_bank-_amount<0}) exitWith{false};
  4. GTA_GQSWXZ_cash=GTA_GQSWXZ_cash+_amount;
  5. GTA_JCKC38_bank=GTA_JCKC38_bank-_amount;
  6. [[getPlayerUID player,GTA_GQSWXZ_cash,GTA_JCKC38_bank,_amount,-_amount],"GTA_hc_fnc_setPlayerMoney",GTA_hc]call GTA_fnc_remoteExecClient;
  7. [getPlayerUID player,"WithdrawCash",[_amount,getPosASL player]]call GTA_fnc_logPlayer;
  8. ["MoneyWithdrawn",[_amount]]call GTA_fnc_dispatchEvent;true

Replies to Untitled rss

Title Name Language When
Re: Untitled Round Lizard text 3 Years ago.