3 Things (maybe easy)
#1

Hello,

How I can do this:

A command where the admin can do this:
Ex: /apm 13 Please don't make unless posts.
ID 13: Admin Says: Please don't make unless posts.
Then if he want to reply back do:
/r It wasnt me it was id 12.

Tnx for your help.

2nd: I have this !admins command, can someone convert it to stmrp.
Tnx for your help.

pawn Код:
IRCCMD:admins(botid, channel[], user[], host[], params[])
{
    new str[100],name[24];
    for(new i=0;i<MAX_PLAYERS;i++)
    {
        if(IsPlayerConnected(i) && adminlevel[i] > 1)
        {
            GetPlayerName(i,name,sizeof name);
            format(str,sizeof str,"0,3Admin %s (ID:%d) (Level %d)",name,i,adminlevel[i]);
            IRC_Say(IRC_EchoConnection[0],channel,str);
        }
    }
    return 1;
}

3rd: Can some one give me a link of a nice script of /buyguns.

Really appreciate your help.
Alex.
Reply


Messages In This Thread
3 Things (maybe easy) - by Alex_Obando - 09.07.2011, 15:24
Re: 3 Things (maybe easy) - by Hipflop - 09.07.2011, 15:29
Respuesta: Re: 3 Things (maybe easy) - by Alex_Obando - 09.07.2011, 15:36
Re: 3 Things (maybe easy) - by Hipflop - 09.07.2011, 15:44
Respuesta: 3 Things (maybe easy) - by Alex_Obando - 09.07.2011, 15:52
Re: 3 Things (maybe easy) - by Hipflop - 09.07.2011, 15:58
Re: 3 Things (maybe easy) - by FireCat - 09.07.2011, 16:01
Re: 3 Things (maybe easy) - by Kush - 09.07.2011, 16:23
Respuesta: 3 Things (maybe easy) - by Alex_Obando - 09.07.2011, 16:34

Forum Jump:


Users browsing this thread: 4 Guest(s)