/emotion.
#9

Install dcmd
https://sampwiki.blast.hk/wiki/Fast_Commands


and try this
put under OnPlayerCommandText

dcmd(me,2,cmdtext);

pawn Code:
dcmd_me(playerid,params[])
{
    if(!strlen(params)) return SendClientMessage(playerid, RED, "USAGE: /me [action]");
    new string[128],name[MAX_PLAYER_NAME];
    GetPlayerName(playerid, name, sizeof(name));
    format(string,sizeof(string),"* %s %s",name,params);
    print(string);
    return ProxDetector(30.0, playerid, string, COLOR_PURPLE,COLOR_PURPLE,COLOR_PURPLE,COLOR_PURPL E,COLOR_PURPLE);
}
Reply


Messages In This Thread
/emotion. - by davelord - 17.04.2011, 10:18
Re: /emotion. - by Vince - 17.04.2011, 10:24
Re: /emotion. - by Stigg - 17.04.2011, 10:25
Re: /emotion. - by davelord - 17.04.2011, 10:37
Re: /emotion. - by iJumbo - 17.04.2011, 10:38
Re: /emotion. - by davelord - 17.04.2011, 10:39
Re: /emotion. - by iJumbo - 17.04.2011, 10:46
Re: /emotion. - by davelord - 17.04.2011, 10:47
Re: /emotion. - by iJumbo - 17.04.2011, 10:51
Re: /emotion. - by davelord - 17.04.2011, 11:05

Forum Jump:


Users browsing this thread: 1 Guest(s)