10.12.2010, 18:31
Hello i wan't to create something like virtual ammo for my server anticheat...
at the moment it bans all the players who doesn't have unlimited ammo...
is it possible to do something like this ?
#define AMMO 100
forward OnPlayerShot()
public OnPlayerShot()
{
AMMO -1
}
at the moment it bans all the players who doesn't have unlimited ammo...
is it possible to do something like this ?
#define AMMO 100
forward OnPlayerShot()
public OnPlayerShot()
{
AMMO -1
}