How to divide, and use it somewhere else?
#2

First of all, your using the wrong data type. It should be an integer instead of a string. Second how did you think


pawn Код:
RACE_MONEY/20 = result;
was logical at all lol. Its like your saying: 1 = 0. Doesnt Make sense. Here's how u need to do it.

pawn Код:
new result = RACE_MONEY/20;
Reply


Messages In This Thread
How to divide, and use it somewhere else? - by 0ne - 16.05.2010, 09:14
Re: How to divide, and use it somewhere else? - by Kyosaur - 16.05.2010, 09:41
Re: How to divide, and use it somewhere else? - by 0ne - 16.05.2010, 09:41

Forum Jump:


Users browsing this thread: 1 Guest(s)