10.02.2015, 16:58
use timer it will be good!
include foreach
include foreach
pawn Код:
#include <foreach>
pawn Код:
SetTimer("Anticheat", 1000, 1);
pawn Код:
forward Anticheat();
pawn Код:
public Anticheat()
{
foreach (new i : Player)
{
//use your code here
}
}