03.12.2009, 19:12
i get warning like:
public function lacks forward declaration (symbol "OnPlayerPrivmsg")
the lines are
public function lacks forward declaration (symbol "OnPlayerPrivmsg")
the lines are
Код:
public OnPlayerPrivmsg(playerid, recieverid, text[])
{
return 0;
}/code]
how i fix it?

