Help with acronyms scripting
#8

pawn Код:
public OnPlayerText(playerid, text[])
{
    if(text[0] == '#')
    {
        if(AdminLevel[playerid])
        {
            dcmd_admsg(playerid, text[1]);
            return 0;
        }
    }
    //Rest of code...
}
I posted it...

And are you using zcmd or dcmd? Don't use both..
Reply


Messages In This Thread
Help with acronyms scripting - by cleanboy - 03.06.2014, 11:55
Re: Help with acronyms scripting - by cleanboy - 03.06.2014, 12:12
Re: Help with acronyms scripting - by Parallex - 03.06.2014, 12:19
Re: Help with acronyms scripting - by SyntaxQ - 03.06.2014, 12:21
Re: Help with acronyms scripting - by Threshold - 03.06.2014, 12:22
Re: Help with acronyms scripting - by Rittik - 03.06.2014, 12:23
Re: Help with acronyms scripting - by cleanboy - 03.06.2014, 12:24
Re: Help with acronyms scripting - by Threshold - 03.06.2014, 12:54
Re: Help with acronyms scripting - by Threshold - 03.06.2014, 22:17

Forum Jump:


Users browsing this thread: 1 Guest(s)