29.01.2010, 19:50
Does this function send message to playerid?
Originally Posted by AivaMan
Does this function send message to playerid?
|
Originally Posted by AivaMan
Does this function send message to playerid?
|
if(strcmp("/test", cmdtext, true, 10) == 0)
{
SendClientMessageToAll(COLOR_RED, "Message was sent");
return 1;
}
Originally Posted by AivaMan
it sends to everyone, but will it send for me?
|