mirror of
https://github.com/InfinityLoader/IL-GSC.git
synced 2025-07-04 13:27:50 -05:00
Added MW3 Scripts
This commit is contained in:
24
MW3/PC/SP/1490.gsc
Normal file
24
MW3/PC/SP/1490.gsc
Normal file
@ -0,0 +1,24 @@
|
||||
/*******************************************************************
|
||||
* 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());
|
||||
}
|
Reference in New Issue
Block a user