HLMOD.HU Forrás Megtekintés
- www.hlmod.hu#include <amxmodx>
#include <engine_stocks>
#define VERSION "1.0"
public plugin_init() {
register_plugin( "Remove deathrun_temple door", VERSION, "balck" );
register_cvar( "dt_door_remove", VERSION, FCVAR_SERVER|FCVAR_SPONLY );
new map[32];
get_mapname( map, 31 );
if ( equal( map, "deathrun_temple" ) ) {
remove_entity_name( "momentary_door" );
remove_entity_name( "momentary_rot_button" );
remove_entity_name( "env_spark" );
new fuwall = find_ent_by_model( fuwall, "func_wall", "*152" );
remove_entity( fuwall );
}
}
/* AMXX-Studio Notes - DO NOT MODIFY BELOW HERE
*{\\ rtf1\\ ansi\\ deff0{\\ fonttbl{\\ f0\\ fnil Tahoma;}}\n\\ viewkind4\\ uc1\\ pard\\ lang1038\\ f0\\ fs16 \n\\ par }
*/