SendChat is a undefined symbol - 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: SendChat is a undefined symbol (
/showthread.php?tid=105158)
SendChat is a undefined symbol -
lolmaster - 28.10.2009
Hi,
i have all the new Includes of sa-mp 0.3
ever comes SendChat is a undefinied symbol.
Please help
Re: SendChat is a undefined symbol -
Jasen - 28.10.2009
This is only for NPC scripts which have "include <a_npc>" at the top, you cant use it in a normal gamemode.
Re: SendChat is a undefined symbol -
V1ceC1ty - 28.10.2009
SendChat(); or SendCommand();
Cannot be used in filterscripts or gamemodes,
Only npcmodes.