06.06.2012, 10:32
Hey guys quick Q,
This is my current code
What I'm unsure of is how do I set it that it is = 90, Great than 90 but less than 100. Let me show you with an example filled with errors.
This is my current code
pawn Код:
if (health2 > 90.0)
pawn Код:
if (health2 => 90.0 && < 100)