SA-MP Forums Archive
Get warning with OnPlayerPrivMsg - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (https://sampforum.blast.hk/forumdisplay.php?fid=12)
+---- Forum: Help Archive (https://sampforum.blast.hk/forumdisplay.php?fid=89)
+---- Thread: Get warning with OnPlayerPrivMsg (/showthread.php?tid=111769)



Get warning with OnPlayerPrivMsg - whitedragon - 03.12.2009

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



Re: Get warning with OnPlayerPrivMsg - MPKaboose - 03.12.2009

the function was removed in .3 so you may remove it or create you're own if you used it


Re: Get warning with OnPlayerPrivMsg - whitedragon - 03.12.2009

Ok thhanks i remove it then


Re: Get warning with OnPlayerPrivMsg - MPKaboose - 03.12.2009

you're welcome

Edit: if you may need that function there might be one somewhere in the forum