mirror of
https://github.com/JezuzLizard/Recompilable-gscs-for-BO2-zombies-and-multiplayer.git
synced 2025-06-19 07:07:58 -05:00
Added all the remaining scripts not previously included.
This commit is contained in:
12
mp_uplink/character/character_mp_german_shepherd.gsc
Normal file
12
mp_uplink/character/character_mp_german_shepherd.gsc
Normal file
@ -0,0 +1,12 @@
|
||||
|
||||
main()
|
||||
{
|
||||
self setmodel( "german_shepherd" );
|
||||
self.voice = "american";
|
||||
self.skeleton = "base";
|
||||
}
|
||||
|
||||
precache()
|
||||
{
|
||||
precachemodel( "german_shepherd" );
|
||||
}
|
Reference in New Issue
Block a user