SA-MP Forums Archive
SendChat, SendCommand - 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, SendCommand (/showthread.php?tid=95020)



SendChat, SendCommand - V1ceC1ty - 02.09.2009

i keep getting undefined symbol for SendChat(); and SendCommand(); do i need to add something else?


Re: SendChat, SendCommand - dugi - 02.09.2009

Those functions are only to be used inside the NPC scripts, not in filterscripts or gamemodes and make sure that you are using the new compiler.


Re: SendChat, SendCommand - V1ceC1ty - 02.09.2009

Oh right, Thanks.


Re: SendChat, SendCommand - [LL]InstabiC - 02.09.2009

Quote:
Originally Posted by dugi
Those functions are only to be used inside the NPC scripts, not in filterscripts or gamemodes and make sure that you are using the new compiler.
Theres a new compiler? Or you just mean the new includes and shit?


Re: SendChat, SendCommand - dugi - 02.09.2009

Yes just the includes are new.


Re: SendChat, SendCommand - Burridge - 02.09.2009

So techncaly we don't need to upgrade our compilers, just the includes?


Re: SendChat, SendCommand - Redirect Left - 02.09.2009

Quote:
Originally Posted by Burridge
So techncaly you don't need to upgrade our compilers, just the includes?
Correct.


Re: SendChat, SendCommand - Burridge - 02.09.2009

Quote:
Originally Posted by Redirect Left
Quote:
Originally Posted by Burridge
So techncaly you don't need to upgrade our compilers, just the includes?
Correct.
Aha, i see, cheers.

I just notcied i made a fail...

Quote:
Originally Posted by Burridge
So techncaly you don't need to upgrade our compilers, just the includes?
I fail today. xD


Re: SendChat, SendCommand - Moustafa - 02.09.2009

Quote:
Originally Posted by dugi
Yes just the includes are new.
Dugi, there is a new compiler, it is included with 0.3 server pack, for the download link, read this topic http://forum.sa-mp.com/index.php?topic=119892.0

Scroll down to attachment, or else Click HERE


Re: SendChat, SendCommand - dugi - 02.09.2009

Pawn compiler (pawncc.exe) itself isn't new, its just the includes that are new.