01.03.2015, 18:01
You need to put it in a compound statement, because if you stack it like this:
The compiler will just use it like this:
pawn Код:
if(something) (function); (function);
pawn Код:
if(something) (function);
(function);