How to make an array argument in stock optional...
#4

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


Messages In This Thread

Forum Jump:


Users browsing this thread: 1 Guest(s)