14.02.2009, 10:06
hi everyone.
i've scripted a own anti cheat but i think its dont right working.
for example:
and i dont find i good anti cheat for weapon
i've scripted a own anti cheat but i think its dont right working.
for example:
pawn Код:
public weaponhack()
{
if(GetPlayerWeapon(i) == 38)
{
BanEx(i, "Minigun");
return 1;
}
}