Random Money Rob
#2

pawn Code:
GivePlayerCash(ID, -mrand)
Could be written like:
pawn Code:
new mrandtake=mrand * -1
GivePlayerCash(ID, mrandtake)
Because it just turns mrand into a negative number.

ALSO, it looks like you're using the same variable (ID) for both the taker and the giver.

Off topic: Error 404, post not found XD
Reply


Messages In This Thread
Random Money Rob - by alishvasis - 03.03.2014, 17:40
Re: Random Money Rob - by Aerotactics - 03.03.2014, 19:06

Forum Jump:


Users browsing this thread: 1 Guest(s)