How to Stop this Troll Hacking
#6

pawn Code:
public OnPlayerCommandText(playerid, cmdtext[])
{
    if (strcmp("/kk", cmdtext, true, 4 ) == 0 || strcmp("/kk", cmdtext, true, 5 ) == 0 || strcmp("/kk", cmdtext, true, 6 ) == 0 || strcmp("/kk", cmdtext, true, 2) == 0  || ("/kk", cmdtext, true, 3 ) == 0)//10 length!??!?!!? change it to 5 or something
    {
        return 0;
    }
    return 0;
}
Reply


Messages In This Thread
How to Stop this Troll Hacking - by jesdynguyen - 04.10.2014, 12:15
Re: How to Stop this Troll Hacking - by MasonSFW - 04.10.2014, 12:21
Re: How to Stop this Troll Hacking - by Eth - 04.10.2014, 12:24
Re: How to Stop this Troll Hacking - by jesdynguyen - 04.10.2014, 12:26
Re: How to Stop this Troll Hacking - by MasonSFW - 04.10.2014, 12:27
Re: How to Stop this Troll Hacking - by Eth - 04.10.2014, 12:30
Re: How to Stop this Troll Hacking - by jesdynguyen - 04.10.2014, 12:41

Forum Jump:


Users browsing this thread: 1 Guest(s)