View Single Post
xPaw
Retired AMX Mod X Moderator
Join Date: Jul 2008
Old 12-05-2009 , 13:44   Re: [05/12/09] Map Bans
Reply With Quote #3

- Save file path in global name, generate it in plugin_init.
- You can create folder your self using something like this if( !dir_exists( ur_dir ) ) mkdir( ur_dir );
- You could use trie for bans instead of always loading file
__________________
xPaw is offline