mirror of
https://github.com/InfinityLoader/IL-GSC.git
synced 2025-06-07 17:17:50 -05:00
26 lines
669 B
Plaintext
26 lines
669 B
Plaintext
/*******************************************************************
|
|
* Decompiled By: Bog
|
|
* Decompiled File: 532.gsc
|
|
* Game: Call of Duty: Modern Warfare 3
|
|
* Platform: PC
|
|
* Function Count: 2
|
|
* Decompile Time: 0 ms
|
|
* Timestamp: 10/27/2023 2:16:01 AM
|
|
*******************************************************************/
|
|
|
|
//Function Number: 1
|
|
main()
|
|
{
|
|
self setmodel("mp_body_sas_urban_lmg");
|
|
lib_0144::func_1E57("alias_sas_heads",lib_01EA::main());
|
|
self setviewmodel("viewhands_sas");
|
|
self.voice = "british";
|
|
}
|
|
|
|
//Function Number: 2
|
|
precache()
|
|
{
|
|
precachemodel("mp_body_sas_urban_lmg");
|
|
lib_0144::func_1E56(lib_01EA::main());
|
|
precachemodel("viewhands_sas");
|
|
} |