/announce cmd help
#9

Try this, idk.

pawn Код:
CMD:announce(playerid,params[])
{
    if(AccInfo[playerid][Level] >= 3 || IsPlayerAdmin(playerid))
    {
        if(!strlen(params)) return
        SendClientMessage(playerid, grey, "USAGE: /announce [Text]") &&
        SendClientMessage(playerid, orange, "ATENTION: Function will announce the specified message in screen");
        SendCommandToAdmins(playerid,"Announce");
        return GameTextForAll(params,4000,3);
    }
    else return ErrorMessages(playerid, 7);
}
Reply


Messages In This Thread
/announce cmd help - by S4ba - 08.03.2013, 19:05
Re: /announce cmd help - by NathNathii - 08.03.2013, 19:09
Re: /announce cmd help - by S4ba - 08.03.2013, 19:10
Re: /announce cmd help - by NathNathii - 08.03.2013, 19:31
Re: /announce cmd help - by S4ba - 08.03.2013, 19:33
Re: /announce cmd help - by PabloDiCostanzo - 08.03.2013, 19:35
Re: /announce cmd help - by NathNathii - 08.03.2013, 19:35
Re: /announce cmd help - by S4ba - 08.03.2013, 19:47
Re: /announce cmd help - by NathNathii - 08.03.2013, 19:48
Re: /announce cmd help - by PabloDiCostanzo - 08.03.2013, 21:50

Forum Jump:


Users browsing this thread: 3 Guest(s)