Код:
enum aELCp
{
elc_money,
elc_ammo[13],
elc_weapon[13],
elc_tickfire,
elc_ammoFire,
elc_weaponFire,
Float:elc_health,
Float:elc_armour,
elc_timer,
Float:elc_posx,
Float:elc_posy,
Float:elc_posz,
elc_interior,
elc_virtualworld,
Float:elc_AllowTelX,
Float:elc_AllowTelY,
Float:elc_AllowTelZ,
elc_AntiTeleportHack,
elc_AntiWeaponHack,
elc_AntiAmmoBlockHack,
elc_AntiMoneyHack,
elc_AntiSpeedHack,
elc_AntiHealthHack,
elc_AntiArmourHack,
elc_AntiVehicleTelportHack,
#if defined MODE_DELAY_SEND_STATS
elc_GiveWeaponTime,
elc_GiveMoneyTime,
elc_GiveHealthTime,
elc_GiveArmourTime,
#endif
elc_SetPositionTime,
elc_PlayerEnterTime,
elc_PlayerEnterVeh,
elc_PossibleVehicleHack,
elc_LastUpdate,
elc_TimeSpawn
};
new CheatPlayerInfo[MAX_PLAYERS][aELCp];
enum aELCv
{
Float:elc_vHealth,
Float:elc_vX,
Float:elc_vY,
Float:elc_vZ,
Float:elc_vAngle,
elc_vSetPositionTime,
elc_vPossiblePlayerHack,
elc_vPossibleHackTime,
elc_vStatut
};
new CheatVehicleInfo[MAX_VEHICLES][aELCv];
#if defined NO_TICK_COUNT
enum aELCs
{
elc_TickCount,
elc_TimerTick
};
new CheatServerInfo[aELCs];
#endif
As i said its a filterscript and pAdmin is being used in the gamemode so ye we need to define pAdmin nagain in filterscript thats what im asking
EDIT:i need the cmd to be sent to all admin levels instead of rcon admin