How to ignore an argument?
#8

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 ) {...}
Reply


Messages In This Thread
How to ignore an argument? - by T0pAz - 14.03.2012, 13:03
Re: How to ignore an argument? - by Stylock - 14.03.2012, 20:11
Respuesta: Re: How to ignore an argument? - by kirk - 14.03.2012, 20:13
Re: Respuesta: Re: How to ignore an argument? - by Stylock - 14.03.2012, 20:35
Re: Respuesta: Re: How to ignore an argument? - by T0pAz - 15.03.2012, 15:54
Re: How to ignore an argument? - by SimonItaly - 15.03.2012, 16:33
Re: How to ignore an argument? - by T0pAz - 15.03.2012, 16:36
Re: How to ignore an argument? - by iPLEOMAX - 15.03.2012, 16:42
Re: How to ignore an argument? - by T0pAz - 15.03.2012, 16:43

Forum Jump:


Users browsing this thread: 1 Guest(s)