Optional Parameter In Public Functions
#4

Okay, so I have this:

pawn Код:
forward SendAdminMessage(color, string[], sound = 1);
public SendAdminMessage(color, string[], sound = 1)
... and I get these errors:

Код:
C:\Users\Nick\Documents\Relentless Gaming\samp03\gamemodes\RG-CNR.pwn(3844) : error 059: function argument may not have a default value (variable "sound")
C:\Users\Nick\Documents\Relentless Gaming\samp03\gamemodes\RG-CNR.pwn(3845) : error 059: function argument may not have a default value (variable "sound")
Reply


Messages In This Thread

Forum Jump:


Users browsing this thread: 1 Guest(s)