ycmd problem - 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: ycmd problem (
/showthread.php?tid=653344)
ycmd problem -
ShadowBlack - 02.05.2018
i have ycmd, how to send a messaage to a player if he write a performed command?
Re: ycmd problem -
andrejc999 - 02.05.2018
You should read some tutorials about ycmd and pawn functions.
Use
Код:
SendClientMessage(playerid, COLOR, "<message>");
to send a message to a player.
Read this:
https://sampforum.blast.hk/showthread.php?tid=402278