Server Information Command
#7

Change whatever you need.
pawn Код:
COMMAND:si(playerid,params[])
    {
        if(IsPlayerConnected(playerid))
        {
            if(isnull(params)) return SendClientMessage(playerid,-1,"[Usage]: /si [announcement]");
            new string[128];
               
            SendClientMessageToAll(-1, "____________ Admin Announcement ___________");
            format(string, sizeof(string), "%s", params);
            SendClientMessageToAll(-1, string);
            SendClientMessageToAll(-1, "_______________________________________________________");
        }
        return 1;
    }
Reply


Messages In This Thread
Server Information Command - by R9 - 02.01.2013, 17:56
Re: Server Information Command - by aslan890 - 02.01.2013, 17:59
Re: Server Information Command - by R9 - 02.01.2013, 18:03
Re: Server Information Command - by aslan890 - 02.01.2013, 18:05
Re: Server Information Command - by R9 - 02.01.2013, 18:08
Re: Server Information Command - by aslan890 - 02.01.2013, 18:11
Re: Server Information Command - by Mr.Anonymous - 02.01.2013, 18:12
Re: Server Information Command - by R9 - 02.01.2013, 18:12

Forum Jump:


Users browsing this thread: 1 Guest(s)