this is some of the things its looking for from the clients that join the servers:


  1. new String:forbidden_cmds[][] = { "quit", "restart", "sm", "admin", "ma_", "rcon", "sv_", "mp_", "meta" };
    new String:cheat_flag[][] = { "dumpcountedstrings", "dbghist_dump", "dumpeventqueue", "dump_globals", "physics_select"
    , "physics_debug_entity", "dump_entity_sizes", "dumpentityfactories", "dump_terrain", "mp_dump_timers", "dumpcountedstrings"
    , "mem_dump", "soundscape_flush" };
    new String:block_mani[][] = { "timeleft", "nextmap", "ma_timeleft", "ma_nextmap", "listmaps" };

    new String:forbidden_cvars[][] = { "sourcemod_version", "metamod_version", "mani_admin_plugin_version", "eventscripts_ver", "est_version", "bat_version" };
the entire script is here

SourcePawn N/U pastebin