keep getting these errors - 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: keep getting these errors (
/showthread.php?tid=95227)
keep getting these errors -
[mad]MLK - 02.09.2009
C:\Users\user\Desktop\samp03svr_RC3-2_win32\gamemodes\EverythingWorldVersionOne.pwn(23 9) : warning 235: public function lacks forward declaration (symbol "OnPlayerPrivmsg")
C:\Users\user\Desktop\samp03svr_RC3-2_win32\gamemodes\EverythingWorldVersionOne.pwn(34 5) : warning 235: public function lacks forward declaration (symbol "OnPlayerInfoChange")
Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase
2 Warnings.
btw theres nothing in either of them look there both like this
Код:
public OnPlayerPrivmsg(playerid, recieverid, text[])
{
return 1;
}
Re: keep getting these errors -
urbanghetto - 02.09.2009
https://sampwiki.blast.hk/wiki/OnPlayerPrivmsg
Read the Warning
Same thing for
OnPlayerInfoChange