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