mirror of
https://github.com/JezuzLizard/Recompilable-gscs-for-BO2-zombies-and-multiplayer.git
synced 2025-06-10 10:47:58 -05:00
9 lines
158 B
Plaintext
9 lines
158 B
Plaintext
#include maps/mp/animscripts/utility;
|
|
|
|
main()
|
|
{
|
|
debug_anim_print( "dog_pain::main() " );
|
|
self endon( "killanimscript" );
|
|
self setaimanimweights( 0, 0 );
|
|
}
|