01.02.2011, 18:11
Hello, i saw that it's possible to use ~ infront of variables.
What does it actually do, how it actually works?
I know ! means the oposite of true.
The code above does not work.
What does it actually do, how it actually works?
I know ! means the oposite of true.
pawn Код:
if(~pData[p][TrailerCreated])
return Send(p,-1, "Trailer is not created!");