First of all: Thank your for your input!
Quote:
Originally Posted by fysiks
This was discussed not too long ago and it's not something that can be change in the current version of AMX Mod X. It looks like the only solution is to create a map-specific file for each map that has the prefix.
|
That sucks, then i will remove the 3 or 4 maps rather than creating 30 new files.
Quote:
Originally Posted by Natsheh
Remove this ( plugins-aim.ini ) file and your problem is solved !
|
Then I would have to create a plugin file for each map. Nothing that i want to do xD
Quote:
Originally Posted by Celena Luna
I think he want the VIP plugin to run in all other type of map, except in all aim maps.
But in all aim maps, he want to run the VIP plugin in aim_storage specifically
Code:
if(MapIsAimMap && MapName != "aim_storage")
{
StopVipPlugin
}
|
Thats 100% right!