Quote:
Originally Posted by iPLEOMAX
You want to solve "function argument may not have a default value (variable X)"
Yes?
If that, just create a stock,
pawn Код:
stock ABC( somevar = 5 ) {...}
then
pawn Код:
public ABC_pub( somevar ) {...}
|
But reference cannot have a predefined value. I am really puzzled.