Please help me - 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: Please help me (
/showthread.php?tid=520222)
Please help me -
kirostar - 18.06.2014
I made a duel system but i want when a duel is starting it will show to all of the server that :
Duel is starting between (player) and (player), /watchduels to watch the duel
Re: Please help me -
SickAttack - 18.06.2014
Simple, just send the message.
pawn Код:
new string[128];
format(string, sizeof(string), "MESSAGE HERE!");
SendClientMessageToAll(0xFFFFFFFF, string);