SHOW:
|
|
- or go back to the newest paste.
| 1 | event DamagedPlayer | |
| 2 | {
| |
| 3 | Animate CrossHairKonrWings FgColor "255 0 0 255" Linear 0.0 0.00001 | |
| 4 | Animate CrossHairKonrWings FgColor "255 255 255 255" Linear 0.2 0.20001 | |
| 5 | ||
| 6 | Animate greentop FillColor "255 0 0 255" Linear 0.0 0.00001 | |
| 7 | Animate greentop FillColor "0 255 0 255" Linear 0.2 0.20001 | |
| 8 | ||
| 9 | Animate cyanbottom FillColor "255 0 0 255" Linear 0.0 0.00001 | |
| 10 | Animate cyanbottom FillColor "0 255 255 255" Linear 0.2 0.20001 | |
| 11 | ||
| 12 | - | Animate lightgreenleft FillCcolor "255 0 0 255" Linear 0.0 0.00001 |
| 12 | + | Animate lightgreenleft FillColor "255 0 0 255" Linear 0.0 0.00001 |
| 13 | Animate lightgreenleft FillColor "125 255 125 255" Linear 0.2 0.20001 | |
| 14 | ||
| 15 | Animate lightgreenright FillColor "255 0 0 255" Linear 0.0 0.00001 | |
| 16 | Animate lightgreenright FillColor "125 255 125 255" Linear 0.2 0.20001 | |
| 17 | } |