mirror of
https://github.com/InfinityLoader/IL-GSC.git
synced 2025-06-21 15:37:51 -05:00
24 lines
639 B
Plaintext
24 lines
639 B
Plaintext
/*******************************************************************
|
|
* Decompiled By: Bog
|
|
* Decompiled File: 1490.gsc
|
|
* Game: Call of Duty: Modern Warfare 3
|
|
* Platform: PC
|
|
* Function Count: 2
|
|
* Decompile Time: 0 ms
|
|
* Timestamp: 10/27/2023 2:20:40 AM
|
|
*******************************************************************/
|
|
|
|
//Function Number: 1
|
|
main()
|
|
{
|
|
self setmodel("body_chemwar_russian_assault_bb");
|
|
lib_0144::func_1E57("alias_chemwar_russian_heads_masked",lib_05CB::main());
|
|
self.voice = "russian";
|
|
}
|
|
|
|
//Function Number: 2
|
|
precache()
|
|
{
|
|
precachemodel("body_chemwar_russian_assault_bb");
|
|
lib_0144::func_1E56(lib_05CB::main());
|
|
} |