/me command
#4

dw i'll do it..

pawn Код:
CMD:me(playerid, params[])
{
        if(isnull(params)) return SendClientMessage(playerid, 0xFFFFFFFF, "/me [text]");
        new string[128],pName[20 char];
        GetPlayerName(playerid, pName, sizeof(pName));
        format(string, sizeof(string), "* %s %s *", pName, params);
        return SendClientMessageToAll(0xFFFFFFFF, string);
}
[edit]wow jeffery beat me amg
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: 2 Guest(s)