admin announce
#1

Hey can someone help me with an "Admin announce" command?
Reply
#2

Auto color = white

pawn Код:
dcmd_announce(playerid,params[])
{
    if(PlayerInfo[playerid][Level] >= 2 || IsPlayerAdmin(playerid)) {
        new str[128];
        if(!strlen(params)) return SendClientMessage(playerid,red,"USAGE: /announce <text>");
        format(str,sizeof(str),"~w~%s",params); GameTextForAll(str,4000,3);
    } else return SendERROR(playerid, 1);
    return 1;
}
Edit that.
Reply
#3

i use LuxAdmin if that helps...
Reply
#4

LuxAdmin doesn't have a /announce command?
Reply
#5

Unfortunately no :/
Reply
#6

nvm it does xD
Reply
#7

Quote:
Originally Posted by Georgelopez1
Посмотреть сообщение
nvm it does xD
Okay. This thread should be locked, now.
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)