Load prefix specific plugins before map specific
Hi there,
is there a chance to change the order in which the plugin files are loaded? My problem is as follows: /cstrike/addons/amxmodx/configs/maps - plugins-aim.ini -> VIP.amxx disabled - plugins-aim_storage.ini -> VIP.amxx Due to the fact that the prefix specific config file is loaded after the map specific file, the plugin stays disabled for the specified map. Can anyone point out if and where this behaviour is changeable? |
Re: Load prefix specific plugins before map specific
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.
|
Re: Load prefix specific plugins before map specific
Remove this ( plugins-aim.ini ) file and your problem is solved !
|
Re: Load prefix specific plugins before map specific
Quote:
But in all aim maps, he want to run the VIP plugin in aim_storage specifically Code:
if(MapIsAimMap && MapName != "aim_storage") |
Re: Load prefix specific plugins before map specific
First of all: Thank your for your input!
Quote:
Quote:
Quote:
|
Re: Load prefix specific plugins before map specific
@loc4lhost tbh, you can just change aim_storage to other prefix so it won't be "aim_" and everything will be solved
For example: aims_storage |
Re: Load prefix specific plugins before map specific
Quote:
Sometimes you are just to focused on your main goal xD Thank you for the option!!! |
| All times are GMT -4. The time now is 11:45. |
Powered by vBulletin®
Copyright ©2000 - 2024, vBulletin Solutions, Inc.