How to create /asay [text]
#7

Why not just
pawn Код:
CMD:asay(playerid, params[])
{
    if(PlayerInfo[playerid][AdminLevel] < 1) return 0;
    if(isnull(params)) return SendClientMessage(playerid, -1, "Usage: /asay <text>");
    new
        text[ 128 ]
    ;
    format(text, 128, "ADMIN: %s", params);
    SendClientMessageToAll(-1, text);
    return 1;
}
?
Reply


Messages In This Thread
How to create /asay [text] - by RiChArD_A - 29.03.2013, 23:56
Re: How to create /asay [text] - by SilverKiller - 30.03.2013, 00:13
Respuesta: Re: How to create /asay [text] - by RiChArD_A - 30.03.2013, 00:32
Re : How to create /asay [text] - by thegreathom - 30.03.2013, 00:32
Respuesta: Re : How to create /asay [text] - by RiChArD_A - 30.03.2013, 15:28
Re: Respuesta: Re : How to create /asay [text] - by SilverKiller - 30.03.2013, 15:36
Re: How to create /asay [text] - by Konstantinos - 30.03.2013, 15:49
Respuesta: Re: Respuesta: Re : How to create /asay [text] - by RiChArD_A - 30.03.2013, 15:52

Forum Jump:


Users browsing this thread: 3 Guest(s)