Help cmd color /me
#4

Код:
    if(!strcmp(cmdtext, "/me", true, 3))
    {
        if(!cmdtext[3])return SendClientMessage(playerid, WHITE, "USAGE: /me [action]");
        new str[128];
        GetPlayerName(playerid, str, sizeof(str));
        format(str, sizeof(str), "* %s %s", str, cmdtext[4]);
        SendClientMessageToAll(0x6600FF, str);
        return 1;
    }
Reply


Messages In This Thread
Help cmd color /me - by gondes - 19.09.2010, 05:59
Re: Help cmd color /me - by Camacorn - 19.09.2010, 06:01
Re: Help cmd color /me - by gondes - 19.09.2010, 06:28
Re: Help cmd color /me - by Camacorn - 19.09.2010, 06:36
Re: Help cmd color /me - by gondes - 19.09.2010, 06:55
Re: Help cmd color /me - by Basicz - 19.09.2010, 07:02
Re: Help cmd color /me - by gondes - 19.09.2010, 07:08
Re: Help cmd color /me - by Basicz - 19.09.2010, 07:10
Re: Help cmd color /me - by gondes - 19.09.2010, 07:18
Re: Help cmd color /me - by [L3th4l] - 19.09.2010, 07:23

Forum Jump:


Users browsing this thread: 1 Guest(s)