Hello,
I was afraid there is no simplest bullet time script just for round end. Now I have done my own and here it is. Tested and running at server happyfreaks.de:27016
Have Fun!
Installation
It is very simple.
1. Just unzip the zipped file into your cstrike folder.
2. Edit "cstrike/addons/eventscripts/roundend_bullettime/es_roundend_bullettime.txt" by your likes.
[code]// 0 = everything goes on
// 1 = disables bullettime if bomb was defused
es_set sreb_if_bomb_defused_disable 1
// host_timescale value
es_set sreb_timescale 0.2
// delay of setting up back to default
es_set sreb_delay 7[/code]
3. Load the Script by adding 'es_load roundend_bullettime' autoexec.cfg and restart the server.
Version Notes For 1.2
Updated on: 2011-05-13 18:58:54 EST by crazymind (View Zip Contents)
Version 1.2:
- Request from User "droland1978". He wanted to have the possibility to disable the Bullet Time if the bomb want defused by CTs. This can be done by "es_set sreb_if_bomb_defused_disable 1" in block config.
- Added the block config