[Ajuda] problema com OnNPCModeInit ajudem - Printable Version
+- SA-MP Forums Archive (
https://sampforum.blast.hk)
+-- Forum: Non-English (
https://sampforum.blast.hk/forumdisplay.php?fid=9)
+--- Forum: Languages (
https://sampforum.blast.hk/forumdisplay.php?fid=33)
+---- Forum: Português/Portuguese (
https://sampforum.blast.hk/forumdisplay.php?fid=34)
+---- Thread: [Ajuda] problema com OnNPCModeInit ajudem (
/showthread.php?tid=636958)
problema com OnNPCModeInit ajudem -
tcharles2011 - 06.07.2017
public function lacks forward declaration (symbol "OnNPCModeInit")
só ta dando este erro alguem sabe?
Re: problema com OnNPCModeInit ajudem - Carlos001 - 06.07.2017
PHP код:
forward OnNPCModeInit();
public OnNPCModeInit()
{
return 1;
}