Quote:
Originally Posted by drekes
that's a lot harder i think, you can active a a plugin on a certain map, maybe this helps you out.
addons/amxmodx/config
make a folder called maps
there make a ini called "plugins-mapname.ini"
ex: for de_dust2 = de_dust2.ini
and put your plugins in there. You should have something like this.
addons/amxmodx/configs/maps/plugins-de_dust2.ini
in ini:
ex:
amx_nono.amxx
|
No he mean like this:
If the map is de dust 2
set_cvar_num( amx_nono ) == 1 )
when the map is not dd2 the plugin still on.
__________________