15.03.2012, 16:42
You want to solve "function argument may not have a default value (variable X)"
Yes?
If that, just create a stock,
then
Yes?
If that, just create a stock,
pawn Код:
stock ABC( somevar = 5 ) {...}
pawn Код:
public ABC_pub( somevar ) {...}