Files
IL-GSC/MW3/PC/SP/1344.gsc
InfinityLoader d559c1d414 Added MW3 Scripts
2023-10-27 03:47:01 -04:00

19 lines
411 B
Plaintext

/*******************************************************************
* Decompiled By: Bog
* Decompiled File: 1344.gsc
* Game: Call of Duty: Modern Warfare 3
* Platform: PC
* Function Count: 1
* Decompile Time: 0 ms
* Timestamp: 10/27/2023 2:20:00 AM
*******************************************************************/
//Function Number: 1
main()
{
wait 0;
if(isdefined(self))
{
self delete();
}
}