Hello CS admin! Intro ----- I wrote this one based on the source code from plugin_produkt_timerem3.sma. This one also displays advertisements in deep purple on centersay and also on regular admin say but there it prepends the text "Server advertisement:". This occurs every thirty seconds. You can always modify the source at will to change timing, colors, filename, etc.. and recompile it. The advertisements are kept in ads.txt and that file should be copied into your cstrike directory. Blank empty lines are ignored so you can organise your ads in blocks. Modify the one included because I refer to my own website in it ;-) It allows for maximum 50 ad lines but you can change that in the source. I recommend not to make that too much -> 20 minutes maptime = roughly 40 ads shown. On each new map metamod reloads all plugins so it starts all over again from the beginning. There is no comment symbol to comment out lines so you can use any symbol in your text. For the plugin to be able to read the ads.txt file your adminmod.cfg should indicate that file_access_read is 1!! By default it is zero, check it out! That's all. Have fun, Tonton.