/me command
#7

Well I've been a bit confused about jeffry's thingy, you might try this:

pawn Код:
if(!strcmp(cmdtext, "/me", true))
    {
    if(cmdtext[4] == ' ') return SendClientMessage(playerid, 0xFF0000FF, "USAGE: /me [action]");
    new str[128], Name[MAX_PLAYER_NAME];
    GetPlayerName(playerid, Name, sizeof(Name));
    format(str, sizeof(str), "* %s %s", Name, cmdtext[4]);
    SendClientMessageToAll(GetPlayerColor(playerid), str);
    return 1;
    }
Edit from Jeffry's
Reply


Messages In This Thread
/me command - by FireCat - 05.08.2010, 15:15
Re: /me command - by Carlton - 05.08.2010, 15:17
Re: /me command - by Jeffry - 05.08.2010, 15:18
Re: /me command - by Kar - 05.08.2010, 15:18
Re: /me command - by MadeMan - 05.08.2010, 15:18
Re: /me command - by FireCat - 05.08.2010, 15:26
Re: /me command - by Hiddos - 05.08.2010, 15:28
Re: /me command - by Jeffry - 05.08.2010, 16:11
Re: /me command - by Guest3598475934857938411 - 07.08.2010, 10:04

Forum Jump:


Users browsing this thread: 1 Guest(s)