Radio (5 Warnings) - 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)
+--- Thread: Radio (5 Warnings) (
/showthread.php?tid=611431)
Radio (5 Warnings) -
Hapukoorepakk - 06.07.2016
SOLVED.
Re: Radio (5 Warnings) -
SyS - 06.07.2016
SendPlayerMessageToAll(playerid);
this function has one more parameter which is a string
SendPlayerMessageToAll(playerid, string);
like this
SendPlayerMessageToAll(playerid, "Your message here");