17 lines
494 B
Plaintext
17 lines
494 B
Plaintext
// 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");
|
|
}
|