mirror of
https://github.com/InfinityLoader/IL-GSC.git
synced 2025-06-23 00:07:52 -05:00
24 lines
649 B
Plaintext
24 lines
649 B
Plaintext
/*******************************************************************
|
|
* Decompiled By: Bog
|
|
* Decompiled File: 1544.gsc
|
|
* Game: Call of Duty: Modern Warfare 3
|
|
* Platform: PC
|
|
* Function Count: 2
|
|
* Decompile Time: 0 ms
|
|
* Timestamp: 10/27/2023 2:20:44 AM
|
|
*******************************************************************/
|
|
|
|
//Function Number: 1
|
|
main()
|
|
{
|
|
self setmodel("body_russian_military_assault_b_woodland");
|
|
lib_0144::func_1E57("alias_so_hardened_ar_heads",lib_05DC::main());
|
|
self.voice = "russian";
|
|
}
|
|
|
|
//Function Number: 2
|
|
precache()
|
|
{
|
|
precachemodel("body_russian_military_assault_b_woodland");
|
|
lib_0144::func_1E56(lib_05DC::main());
|
|
} |