How to print out specific word if value is something ?(basically solved)
#2

pawn Code:
if(value >= 30) return print("Good"); // greater or equal
or

pawn Code:
if(value > 29) return print("Good"); // more than 29 is 30 or more
Reply


Messages In This Thread

Forum Jump:


Users browsing this thread: 1 Guest(s)