22.12.2011, 23:23
Hi there, have asked a few people for help on this but am still stuck.
Basically I want it so when you rob a player you rob a random amount of his cash, within the boundries of 1 - 100k.
Here is what I have tried:
This just doesn't work, any help is appreciated as always.
Basically I want it so when you rob a player you rob a random amount of his cash, within the boundries of 1 - 100k.
Here is what I have tried:
pawn Код:
new pcash = GetPlayerMoney(forplayerid) + random(100000 - 1);