dropping sorting scripts by folder now all scripts are in their proper folders

This commit is contained in:
JezuzLizard
2020-04-02 15:17:31 -07:00
parent b6617db1be
commit 1b624c0e3c
6 changed files with 56 additions and 45 deletions

View File

@ -1,3 +1,13 @@
/*
* Black Ops 2 - GSC Studio by iMCSx
*
* Creator : JezuzLizard
* Project : _zm_ai_dogs
* Mode : Zombies
* Date : 2020/03/22 - 12:33:00
*
*/
#include maps/mp/zombies/_zm_net;
#include maps/mp/zombies/_zm_stats;
#include maps/mp/zombies/_zm_score;
@ -708,6 +718,7 @@ dog_run_think()
self.maxhealth = level.dog_health;
self.health = level.dog_health;
}
maps/mp/zombies/_zm_net::network_safe_play_fx_on_tag("dog_fx", 2, level._effect["dog_eye_glow"], self.fx_dog_eye, "tag_origin");
maps/mp/zombies/_zm_net::network_safe_play_fx_on_tag( "dog_fx", 2, self.fx_dog_trail_type, self.fx_dog_trail, "tag_origin" );
self playloopsound( self.fx_dog_trail_sound );
while ( 1 )
@ -740,3 +751,4 @@ dog_thundergun_knockdown( player, gib )
}