Use "return new.." Possible?
#2

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


Messages In This Thread
Use "return new.." Possible? - by GuyYahood1 - 01.03.2015, 17:57
Re: Use "return new.." Possible? - by CalvinC - 01.03.2015, 18:01

Forum Jump:


Users browsing this thread: 1 Guest(s)