[BIG PROBLEM] Problem with SendClientMessage
#8

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

Код HTML:
CMD:hi(playerid) {
	SendClientMessage(playerid, COLOR_HERE, "Hello!");
	return 1;
}
Reply


Messages In This Thread

Forum Jump:


Users browsing this thread: 1 Guest(s)