01.01.2010, 12:51
can anybody tell me what this error means?
I have added:
On the Line of public OnGameModeInit()
Also i added Forward
and new Also
EDIT: I just add new msgs system no need of No Compile Error
Код:
F:\Server\gamemodes\W-S-M.pwn(402) : error 004: function "MMsgx" is not implemented
On the Line of public OnGameModeInit()
Код:
public MMsgx()
{
SendClientMessageToAll(COLOR_GREY, MMsgs[random(sizeof(MMsgs))]);
return 1;
}
Код:
forward MMsgx();
Код:
new MMsgs[][] =
{
"Aao aks oak oaa Oe kar aao",
"Wao noy aba es Admino ? Applo ut www.****.com"
;


