31.12.2010, 18:08
If you're using a 'decimal system' (i.e. $14.00) then GetPlayerCash returns a float.
You'll have to use
You'll have to use
pawn Код:
new rand=random(floatround(GetPlayerCash(playerid)));