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