12.02.2014, 20:13
I use /rob command to rob 10% of the other player's money
but when the other player got 700K it robbed about 600K
pawn Код:
new mrand =random((GetPlayerMoney(ID)/100)*10);
GivePlayerMoney(playerid,mrand);