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