This addon allows you to throw as many adverts as you want into the currently playing game.
The bad_adverts.txt file:[code]// ***************************************************
// EventScripts Script-Addon: bAd (BackRaw's Adverts)
//
// Filename: bad_adverts.txt
//
// Description: Adverts played ingame.
// ***************************************************
//
// The following areas are available:
//
// #chat = displays a text in the bottom-left corner (chat-area)
// #top = displays a text in the top-left corner
// #hudhint = displays a white text in the bottom-middle of the screen with a black background
// #center = displays a while text in the higher-middle of the screen without a background
//
// The following info tokens are available:
//
// #nextmap = displays the next map that will be played
// #currentmap = displays the name of the current map
// #tickrate = displays the servers tickrate
// #ff = displays the status of Friendly fire
// #thetime = displays the current server time
//
// The following color tokens are available:
//
// The following color tokens work in the chat-area (as many colors as you want per text):
//
// #yellow or #default
// #green
// #lightgreen
//
// The following color tokens work in the top-left corner (only one color per text!):
//
// #red
// #blue
// #green
// #yellow
// #purple
// #pink
// #orange
// #black - not recommended...
//
// HUD-Hint and Center-Messages do only work with white color, don't define any!.
//
// Examples (note the : after the area-defining!):
#chat: #yellow Server-Tickrate: #tickrate
#chat: #green What's going on? =)
#chat: #lightgreen This is only lighter green text!
#top: #red BackRaw's Adverts
#top: #blue blue text.
#top: #purple purple text.
#hudhint: I like that script!
#hudhint: 2nd hudhint-message
#hudhint: 3rd one!
#center: You want some cookies?
#center: Why don't you?
#center: They taste well![/code]There's no much to configure, only the adverts themselves!
Have fun! =)
Installation
1. Extract the Zip-file to ./cstrike
2. Add es_load bad to your autoexec.cfg file
3. Change the map
Version Notes For 1.0
Updated on: 2009-12-07 07:56:57 EST by BackRaw (View Zip Contents)
Fixed #nextmap didn't work correctly.