IL-GSC/BO2/PC/MP/maps/mp/_sticky_grenade.gsc
2023-10-28 00:17:17 -04:00

24 lines
607 B
Plaintext

/*******************************************************************
* Decompiled By: Bog
* Decompiled File: maps\mp\_sticky_grenade.gsc
* Game: Call of Duty: Black Ops 2
* Platform: PC
* Function Count: 2
* Decompile Time: 0 ms
* Timestamp: 10/28/2023 12:11:03 AM
*******************************************************************/
#include common_scripts/utility;
#include maps/mp/_utility;
//Function Number: 1
init()
{
loadfx("weapon/crossbow/fx_trail_crossbow_blink_grn_os");
loadfx("weapon/crossbow/fx_trail_crossbow_blink_red_os");
}
//Function Number: 2
watch_bolt_detonation(owner)
{
}