Facebook
From Round Lizard, 3 Years ago, written in Plain Text.
This paste is a reply to Untitled from Sweet Sheep - go back
Embed
Viewing differences between Untitled and Re: Untitled
private _amount=499999
_amount=round(_amount);
if(_amount<0||{GTA_JCKC38_bank-_amount<0}) exitWith{false};
GTA_GQSWXZ_cash=GTA_GQSWXZ_cash+_amount;
GTA_JCKC38_bank=GTA_JCKC38_bank-_amount;
[[getPlayerUID player,GTA_GQSWXZ_cash,GTA_JCKC38_bank,_amount,-_amount],"GTA_hc_fnc_setPlayerMoney",GTA_hc]call GTA_fnc_remoteExecClient;
[getPlayerUID player,"WithdrawCash",[_amount,getPosASL player]]call GTA_fnc_logPlayer;
["MoneyWithdrawn",[_amount]]call GTA_fnc_dispatchEvent;true
_amount = 10000;
ExileMoney = ExileMoney + _amount;
["addWageRequest",[str(_amount)]] call ExileClient_system_network_send;

Replies to Re: Untitled rss

Title Name Language When
Re: Re: Untitled Chunky Marten text 3 Years ago.