how to check?
#1

hi guys i wanna ask how to check is my variable is negative
Example x[playerid] = -10;

how to check is variable x is negative?
Reply
#2

you can use if(x[playerid]<0)
It should work
Reply
#3

if(x[playerid] < 0)
Reply


Forum Jump:


Users browsing this thread: 2 Guest(s)