08.02.2013, 07:08
To make something optional, I would do, this is not the best method, this is a guess:
This would set the value already to 0, and wouldn't give anything even if you type:
pawn Код:
SomeFunction(some integer = 0);
pawn Код:
SomeFunction(); //I guess?