GetPlayerHealth Question
#1

Hey guys quick Q,

This is my current code
pawn Код:
if (health2 > 90.0)
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.

pawn Код:
if (health2 => 90.0 && < 100)
Reply
#2

pawn Код:
if(90.0 <= health2 < 100.0)
Reply
#3

Thank you
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)