mirror of
https://github.com/mapbase-source/mapbase-model-src.git
synced 2025-03-13 06:00:16 +03:00
18 lines
297 B
Plaintext
18 lines
297 B
Plaintext
//
|
|
// Animations for metrocops being on fire.
|
|
// It burns.
|
|
//
|
|
|
|
$sequence "idleonfire" {
|
|
"police_animations_anims\idleonfire.smd"
|
|
activity "ACT_IDLE_ON_FIRE" 1
|
|
loop
|
|
}
|
|
|
|
$sequence "moveonfire" {
|
|
"police_animations_anims\moveonfire.smd"
|
|
activity "ACT_RUN_ON_FIRE" 1
|
|
loop
|
|
walkframe 66 LX LY
|
|
}
|