Evie Addon Details

Watch - Add Favorite

Description

Admins can make a disco ball anywhere on the map, when they do that there will be a disco ball that appears at specified place, and then it'll spin, and there will be colored fog that changes color every x seconds. THee will also be colored lasers randomlly spurting out of the ball, and occasionally into the player.

admins can type disco x y z in console to start, and stop_disco in console to stop.

config options are

### Start Config ###
colors = [[255, 0, 0], [0, 0, 255], [0, 255, 0], [255, 0, 255], [255, 255, 0], [0, 255, 255]] # RGB Color values of lasers
length_min = 50 # Minimum game units for laser
length_max = 350 # Maximum game units for laser
x_spin = 10 # How many degrees the ball spins on x axis every 0.1 seconds
y_spin = 10 # ""
z_spin = 10 # ""
admins = ['STEAM_0:0:20394923', 'STEAM_0:0:11089864'] # People who can start/stop disco
disco_fog_change_time = 2 # Time between fog changes color
fog_start_unit = 150 # How many units away from the persons screen they see the fog, the large it is, the less you see
fog_end_unit = 1000 # How many units away from the person the fog stops
enable_rick_rolled = 1 # Whether or not the "Rick Rolled" song will play
custom_sound = None # If not none, you can have custom sounds playing with disco so an example would be 'cow.wav' and you would have to put cow.wav under cstrike/addons/sound/disco/
### End Config ###


screenshots






if someone would like to make a video, for me. That would be greatly appreciated :D

Version Notes For 2.3 (Announce this update)

Updated on: 2008-06-19 12:04:07 EST
Fixed multiple sound error
( Previous Versions )