Scripting Signs
#4

Quote:
Originally Posted by Kevin54321
View Post
Hey

Look here:
https://sampwiki.blast.hk/wiki/Keywords:Statements#if


a == b -> a is the same as b (1=1 , 2=2 , 5=5)

a != b -> a is NOT as b (1<->2 , 10<->131)

a > b -> a is greater than b (2>1 , 10>3)

a >= b -> a is greater or equal than b (a == b OR a > b)

a < b -> a is less than b (1<10 , 3<12)

a <= b -> a is less or equal than b (a == b OR a < b)


Greetz

~ Kevin
Quote:
Originally Posted by thefatshizms
View Post
> Greater than

< Smaller than

>= greater or equal to

<= smaller or equal to

&& and

|| or


I think there are some more but I can\'t think of them atm


P.s on phone sorry for any spelling/grammar mistakes
Thanks all you both !
Reply


Messages In This Thread
Scripting Signs - by JustinAn - 11.12.2012, 22:15
Re: Scripting Signs - by thefatshizms - 11.12.2012, 22:21
AW: Scripting Signs - by Kevin54321 - 11.12.2012, 22:25
Re: Scripting Signs - by JustinAn - 11.12.2012, 22:30
Re: Scripting Signs - by Boooth - 12.12.2012, 02:27

Forum Jump:


Users browsing this thread: 4 Guest(s)