Help with few things.
#3

Oh here yo ugo the /me command:

Код:
		if(!strcmp(cmdtext, "/me", true, 3))
{
        if(!cmdtext[3])return SendClientMessage(playerid, 0x33CCFFAA, "USAGE: /me [action]");
        new str[128];
        GetPlayerName(playerid, str, sizeof(str));
        format(str, sizeof(str), "* %s %s", str, cmdtext[4]);
        SendClientMessageToAll(0x33CCFFAA, str);
        return 1;
}
And thank you with helping to hide the player marks
Reply


Messages In This Thread
Help with few things. - by Compton - 14.03.2011, 16:13
Re: Help with few things. - by antonio112 - 14.03.2011, 16:29
Re: Help with few things. - by Compton - 14.03.2011, 16:31
Re: Help with few things. - by antonio112 - 14.03.2011, 23:55
Re: Help with few things. - by Compton - 15.03.2011, 18:47

Forum Jump:


Users browsing this thread: 1 Guest(s)