SA-MP Forums Archive
Script Error help - 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: Script Error help (/showthread.php?tid=272864)



Script Error help - Beastlynoob - 30.07.2011

C:\xxxx\xxxxxx\xxxx\calum.pwn(3289) : error 017: undefined symbol "SendClientMessageToTEAM_SFFD"

also tried C:\xxxx\xxxxxx\xxxx\calum.pwn(3289) : error 017: undefined symbol "SendClientMessageToSFFD"

the teams work i just get a error,any other way to send a message to a team?

script:
format(string,sizeof(string),"[SFFD CALL] %s(%d) has called for a Fire Fighter. Location: %s.",PlayerName(playerid),playerid,zones[current_zone][zone_name]);
SendClientMessageToTEAM_SFFD(string);
return 1;

[copy paste fail]


Re: Script Error help - Calgon - 30.07.2011

You need to script the function: SendClientMessageToTEAM_SFFD

If you're able to post a snippet of a command that the 'SFFD' only can use, I might be able to create this function for you.