init
This commit is contained in:
17
raw/character/mp_character_cloak_test.gsc
Normal file
17
raw/character/mp_character_cloak_test.gsc
Normal file
@ -0,0 +1,17 @@
|
||||
// THIS FILE IS AUTOGENERATED, DO NOT MODIFY
|
||||
main()
|
||||
{
|
||||
self setModel("mp_body_cloak_test");
|
||||
self attach("mp_head_cloak_test", "", true);
|
||||
self.headModel = "mp_head_cloak_test";
|
||||
self setViewmodel("mp_viewhands_cloak_test");
|
||||
self.voice = "american";
|
||||
self SetClothType("vestlight");
|
||||
}
|
||||
|
||||
precache()
|
||||
{
|
||||
precacheModel("mp_body_cloak_test");
|
||||
precacheModel("mp_head_cloak_test");
|
||||
precacheModel("mp_viewhands_cloak_test");
|
||||
}
|
16
raw/character/mp_character_sentinel.gsc
Normal file
16
raw/character/mp_character_sentinel.gsc
Normal file
@ -0,0 +1,16 @@
|
||||
// THIS FILE IS AUTOGENERATED, DO NOT MODIFY
|
||||
main()
|
||||
{
|
||||
self setModel("mp_sentinel_body_nojet_b");
|
||||
codescripts\character::attachHead( "alias_mp_sentinel_heads", xmodelalias\alias_mp_sentinel_heads::main() );
|
||||
self setViewmodel("viewhands_s1_pmc");
|
||||
self.voice = "american";
|
||||
self SetClothType("vestlight");
|
||||
}
|
||||
|
||||
precache()
|
||||
{
|
||||
precacheModel("mp_sentinel_body_nojet_b");
|
||||
codescripts\character::precacheModelArray(xmodelalias\alias_mp_sentinel_heads::main());
|
||||
precacheModel("viewhands_s1_pmc");
|
||||
}
|
Reference in New Issue
Block a user