26.09.2012, 20:57
_: - clears the tag from variable ( not sure ) - example Float:X becomes normal X.
a>b - logical operator. This returns true(1) if variable a is higher then variable b. ( false -0 if not)
>> >>> - bit operators ( https://sampforum.blast.hk/showthread.php?tid=177523)
for |= and ~ I never saw them
barackets are used to tell program to first do operations inside then use the result- same as you do in maths.
(1+1)*3 is not same as 1+1*3
a>b - logical operator. This returns true(1) if variable a is higher then variable b. ( false -0 if not)
>> >>> - bit operators ( https://sampforum.blast.hk/showthread.php?tid=177523)
for |= and ~ I never saw them
barackets are used to tell program to first do operations inside then use the result- same as you do in maths.
(1+1)*3 is not same as 1+1*3