mirror of
https://github.com/InfinityLoader/IL-GSC.git
synced 2025-06-07 17:17:50 -05:00
24 lines
607 B
Plaintext
24 lines
607 B
Plaintext
/*******************************************************************
|
|
* Decompiled By: Bog
|
|
* Decompiled File: maps\mp\_explosive_bolt.gsc
|
|
* Game: Call of Duty: Black Ops 2
|
|
* Platform: PC
|
|
* Function Count: 2
|
|
* Decompile Time: 0 ms
|
|
* Timestamp: 10/28/2023 12:10:55 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)
|
|
{
|
|
} |