mirror of
https://github.com/InfinityLoader/IL-GSC.git
synced 2025-06-07 17:17:50 -05:00
27 lines
755 B
Plaintext
27 lines
755 B
Plaintext
/*******************************************************************
|
|
* Decompiled By: Bog
|
|
* Decompiled File: 593.gsc
|
|
* Game: Call of Duty: Modern Warfare 3
|
|
* Platform: PC
|
|
* Function Count: 2
|
|
* Decompile Time: 0 ms
|
|
* Timestamp: 10/27/2023 2:16:07 AM
|
|
*******************************************************************/
|
|
|
|
//Function Number: 1
|
|
main()
|
|
{
|
|
self setmodel("mp_body_russian_military_lmg_a_airborne");
|
|
self attach("head_russian_military_bb","",1);
|
|
self.var_1E5A = "head_russian_military_bb";
|
|
self setviewmodel("viewhands_russian_b");
|
|
self.voice = "russian";
|
|
}
|
|
|
|
//Function Number: 2
|
|
precache()
|
|
{
|
|
precachemodel("mp_body_russian_military_lmg_a_airborne");
|
|
precachemodel("head_russian_military_bb");
|
|
precachemodel("viewhands_russian_b");
|
|
} |