How can i stop this spamming
#10

If you say

Thank You


Please Help Me Please

again I am going to STOP helping you. It's irritating.

pawn Код:
public OnGameModeInit()
{
    // blah
    SetTimer("AntiCheatLoop", 3256, true); // Looping timer every ~3 seconds
    // blah
    return 1;
}

forward AntiCheatLoop();
public AntiCheatLoop()
{
    foreach(new i : Player)
    {
        // check 'i' for cheats
    }
    return 1;
}
Download foreach here: https://sampforum.blast.hk/showthread.php?tid=92679
Reply


Messages In This Thread
How can i stop this spamming - by Scripter12345 - 23.04.2012, 00:53
Re: How can i stop this spamming - by MP2 - 23.04.2012, 01:10
Re: How can i stop this spamming - by Redirect Left - 23.04.2012, 01:12
Re: How can i stop this spamming - by Scripter12345 - 23.04.2012, 01:13
Re: How can i stop this spamming - by Crazymax - 23.04.2012, 01:13
Re: How can i stop this spamming - by Kar - 23.04.2012, 01:14
Re: How can i stop this spamming - by MP2 - 23.04.2012, 01:14
Re: How can i stop this spamming - by Scripter12345 - 23.04.2012, 01:17
Re: How can i stop this spamming - by Kar - 23.04.2012, 01:18
Re: How can i stop this spamming - by MP2 - 23.04.2012, 01:24

Forum Jump:


Users browsing this thread: 1 Guest(s)