PHP- Kodu:
/* Plugin generated by AMXX-Studio */

#include <amxmodx>
#include <amxmisc>

#define PLUGIN "New Plug-In"
#define VERSION "1.0"
#define AUTHOR "author"

new Commands[][] = {
    
    
"sv_gravity 750",
    
"sv_aimmove 9999",
    
"sv_airaccerelate 101"
    
//
}

public 
plugin_init() {
    
register_plugin(PLUGINVERSIONAUTHOR)
    
    new 
mapname32 ];
    
get_mapnamemapnamecharsmaxmapname ) );
    
    if( 
containimapname"zm" ) ) 
    {
        for( new 
isizeof Commandsi++ )
            
server_cmdCommands] );
    }