View Single Post
berni
SourceMod Plugin Approver
Join Date: May 2007
Location: Austria
Old 05-07-2008 , 03:59   Re: Map configs with prefix support
Reply With Quote #3

Quote:
Originally Posted by r3dh3adkid View Post
Either your post is incorrect or the code is because your code draws the configs from cfg/sourcemod/map-cfg not cfg/map-cfg

other than that, the plugin has worked so far without a hitch!
Thanks for reporting this I corrected this.

Well there are some things that are different.
  • My code isn't so bloated like in the other plugin
  • My plugin allows multiple prefix configs for one map, the config executing order is alphabetical, that means configs with shorter file name are getting executed first.
  • My plugin doesn't read every line from the config and executes in the console, it's using the exec command.
  • My plugin isn't limited to CS:S only ;)
  • you don't need to have a _ in the mapname to use prefix configs, it works with anything.

Last edited by berni; 05-07-2008 at 07:20.
berni is offline