mirror of
https://github.com/JezuzLizard/Recompilable-gscs-for-BO2-zombies-and-multiplayer.git
synced 2025-06-25 18:17:53 -05:00
Added all the remaining scripts not previously included.
This commit is contained in:
@ -0,0 +1,7 @@
|
||||
|
||||
main()
|
||||
{
|
||||
a[ 0 ] = "c_zom_zombie_buried_sgirl_head1_mp";
|
||||
a[ 1 ] = "c_zom_zombie_buried_sgirl_head2_mp";
|
||||
return a;
|
||||
}
|
@ -0,0 +1,8 @@
|
||||
|
||||
main()
|
||||
{
|
||||
a[ 0 ] = "c_zom_zombie_buried_sgirl_body1_mp";
|
||||
a[ 1 ] = "c_zom_zombie_buried_sgirl_body2_mp";
|
||||
a[ 2 ] = "c_zom_zombie_buried_sgirl_body3_mp";
|
||||
return a;
|
||||
}
|
@ -0,0 +1,11 @@
|
||||
|
||||
main()
|
||||
{
|
||||
a[ 0 ] = "c_zom_zombie_buried_sgirl_hair1";
|
||||
a[ 1 ] = "c_zom_zombie_buried_sgirl_hair1_2";
|
||||
a[ 2 ] = "c_zom_zombie_buried_sgirl_hair1_3";
|
||||
a[ 3 ] = "c_zom_zombie_buried_sgirl_hair2";
|
||||
a[ 4 ] = "c_zom_zombie_buried_sgirl_hair2_2";
|
||||
a[ 5 ] = "c_zom_zombie_buried_sgirl_hair1_3";
|
||||
return a;
|
||||
}
|
Reference in New Issue
Block a user