code does nothing
#4

My version of it

pawn Код:
if(!strcmp(cmdtext, "/atalk", true))
{
    if(IsPlayerAdmin(playerid) && cmdtext[6] != EOS)
    {
        new
            string[128];
        format(string, 128, "[!] %s ", cmdtext[7]);
        return SendClientMessageToAll(GetPlayerColor(playerid), string);
    }
    return 0;
}
Reply


Messages In This Thread
code does nothing - by CJ101 - 23.03.2009, 21:31
Re: code does nothing - by FUNExtreme - 23.03.2009, 21:42
Re: code does nothing - by tom_jonez - 23.03.2009, 21:49
Re: code does nothing - by LarzI - 23.03.2009, 22:11
Re: code does nothing - by MenaceX^ - 23.03.2009, 22:14
Re: code does nothing - by LarzI - 23.03.2009, 22:23
Re: code does nothing - by CJ101 - 23.03.2009, 23:01
Re: code does nothing - by LarzI - 23.03.2009, 23:24
Re: code does nothing - by pen_theGun - 23.03.2009, 23:50
Re: code does nothing - by pen_theGun - 24.03.2009, 09:27

Forum Jump:


Users browsing this thread: 1 Guest(s)