Scripting Signs
#3

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
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: 2 Guest(s)