Look at this plz
#2

Wanted level isn't a float. (Unless you plan on giving players wanted level 2.000001 or something like that)


On Topic:

The < and > means is bigger than, or less than. So "wanted < 3" means: wanted is less than 3. So any number below the value of 3 will give true. Using "wanted <= 3" means 3 AND below will give a true statement.

so therefor
pawn Код:
if(wanted < 3)
is what your looking for
Reply


Messages In This Thread
Look at this plz - by zack3021 - 10.09.2010, 06:52
Re: Look at this plz - by Desert - 10.09.2010, 07:14
Re: Look at this plz - by zack3021 - 10.09.2010, 07:30

Forum Jump:


Users browsing this thread: 1 Guest(s)