xD i got a stupid question
#1

well idk witch of those simboles mean what.... xD
> is bigger or smaller then 1?
< is bigger or smaller then 1?

ik its a stupid question....
i wanna make a "SendClientMessage" when the vip lvl is to small, so witch make it like thet:this "(vip[playerid] < 1)" or this "if(vip[playerid] > 1)"
but i forgot what does it mean -.-"
Reply
#2

> means "more than"
>= means "more than or equal to"
== means "it is"
Reply
#3

X < Y | X is smaller than Y
X > Y | X is bigger than Y
X <= Y | X is smaller or equals Y
X >= Y | X is bigger or equals Y
X == Y | X equals Y
Reply
#4

what are these for?
Reply
#5

Quote:
Originally Posted by jaami
Посмотреть сообщение
what are these for?
Comparing one variable's value to another!
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)