SA-MP Forums Archive
[HELP]Warning - 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: [HELP]Warning (/showthread.php?tid=110700)



[HELP]Warning - Studio - 28.11.2009

Код:
C:\Users\Family\Desktop\samp03asvr_R3_win32\gamemodes\aussierp.pwn(30478) : warning 235: public function lacks forward declaration (symbol "OnPlayerPrivmsg")
Any idea?

Line: 30478
Код:
public OnPlayerPrivmsg(playerid, recieverid, text[])
{
	return 0;
}



Re: [HELP]Warning - SloProKiller - 28.11.2009

Isn't OnPlayerPrivmsg removed?


Re: [HELP]Warning - Studio - 28.11.2009

Don't worry, I fixed it