Need a /announce command
#2

pawn Код:
CMD:announce(playerid,params[]) {
    if(IsPlayerAdmin(playerid)) {
        if(!strlen(params)) return SendClientMessage(playerid,-1,"USAGE: /announce <text>");
        return SendClientMessageToAll(-1,params);
    } else return SendClientMessage(playerid,-1,"ERROR: You are not an admin");
}
Reply


Messages In This Thread
Need a /announce command - by Captain_jeffree95 - 08.06.2013, 14:24
Re: Need a /announce command - by jackci - 08.06.2013, 14:27
Re: Need a /announce command - by Captain_jeffree95 - 08.06.2013, 14:30
Re: Need a /announce command - by jackci - 08.06.2013, 14:37
Re: Need a /announce command - by Chasm - 08.06.2013, 15:15
Re: Need a /announce command - by Captain_jeffree95 - 10.06.2013, 05:41

Forum Jump:


Users browsing this thread: 1 Guest(s)