mirror of
https://github.com/InfinityLoader/IL-GSC.git
synced 2025-07-04 13:27:50 -05:00
Added AW, BO2, Ghosts, IW, MWR, WW2 Scripts
This commit is contained in:
19
AW/PC/MP/codescripts/delete.gsc
Normal file
19
AW/PC/MP/codescripts/delete.gsc
Normal file
@ -0,0 +1,19 @@
|
||||
/*******************************************************************
|
||||
* Decompiled By: Bog
|
||||
* Decompiled File: codescripts\delete.gsc
|
||||
* Game: Call of Duty: Advanced Warfare
|
||||
* Platform: PC
|
||||
* Function Count: 1
|
||||
* Decompile Time: 22 ms
|
||||
* Timestamp: 10/27/2023 1:40:12 AM
|
||||
*******************************************************************/
|
||||
|
||||
//Function Number: 1
|
||||
main()
|
||||
{
|
||||
wait(0);
|
||||
if(isdefined(self))
|
||||
{
|
||||
self delete();
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user