29.10.2015, 02:16
Personally, don't use SCM, in my eyes I consider it lazy scripting. Second, it's like
SendClientMessage(playerid, COLOR_HERE, "Hello world!");
So for example
SendClientMessage(playerid, COLOR_HERE, "Hello world!");
So for example
Код HTML:
CMD:hi(playerid) { SendClientMessage(playerid, COLOR_HERE, "Hello!"); return 1; }