mirror of
https://github.com/InfinityLoader/IL-GSC.git
synced 2025-07-02 20:37:52 -05:00
Added MW3 Scripts
This commit is contained in:
31
MW3/PC/MP/771.gsc
Normal file
31
MW3/PC/MP/771.gsc
Normal file
@ -0,0 +1,31 @@
|
||||
/*******************************************************************
|
||||
* Decompiled By: Bog
|
||||
* Decompiled File: 771.gsc
|
||||
* Game: Call of Duty: Modern Warfare 3
|
||||
* Platform: PC
|
||||
* Function Count: 2
|
||||
* Decompile Time: 0 ms
|
||||
* Timestamp: 10/27/2023 2:16:36 AM
|
||||
*******************************************************************/
|
||||
|
||||
//Function Number: 1
|
||||
main()
|
||||
{
|
||||
switch(lib_0144::func_1E63(2))
|
||||
{
|
||||
case 0:
|
||||
lib_02B2::main();
|
||||
break;
|
||||
|
||||
case 1:
|
||||
lib_0223::main();
|
||||
break;
|
||||
}
|
||||
}
|
||||
|
||||
//Function Number: 2
|
||||
precache()
|
||||
{
|
||||
lib_02B2::precache();
|
||||
lib_0223::precache();
|
||||
}
|
Reference in New Issue
Block a user