23.04.2012, 01:24
If you say
Thank You
Please Help Me Please
again I am going to STOP helping you. It's irritating.
Download foreach here: https://sampforum.blast.hk/showthread.php?tid=92679
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;
}