Warning [+REP]
#2

Try this
pawn Код:
YCMD:me(playerid, params[], help)
{
    new string[128];
    if (isnull(params))
    {
        format(string, sizeof(string), "[USAGE:] /me [Action]");
        SendClientMessage(playerid, COLOR_WHITE, string);
    }
    else
    {
    format(string, sizeof(string), "* %s %s", GetName(playerid), params);
    SendClientMessageToAll(0xFF0000AA, string);
    }
    return 1;
}
Reply


Messages In This Thread
Warning [+REP] - by Tomer!.$ - 07.04.2012, 14:44
Re: Warning [+REP] - by Hoss - 07.04.2012, 14:47
Re: Warning [+REP] - by antonio112 - 07.04.2012, 14:48
Re: Warning [+REP] - by Aira - 07.04.2012, 14:48
Re: Warning [+REP] - by Tomer!.$ - 07.04.2012, 15:13
Re: Warning [+REP] - by IstuntmanI - 07.04.2012, 15:19
Re: Warning [+REP] - by Tomer!.$ - 07.04.2012, 15:40
Re: Warning [+REP] - by Tomer!.$ - 07.04.2012, 16:07
Re: Warning [+REP] - by Tomer!.$ - 07.04.2012, 17:17
Re: Warning [+REP] - by antonio112 - 07.04.2012, 17:22

Forum Jump:


Users browsing this thread: 1 Guest(s)