mirror of
https://github.com/JezuzLizard/Recompilable-gscs-for-BO2-zombies-and-multiplayer.git
synced 2025-06-10 02:37:59 -05:00
14 lines
339 B
Plaintext
14 lines
339 B
Plaintext
//checked includes match cerberus output
|
|
#include common_scripts/utility;
|
|
#include maps/mp/_utility;
|
|
|
|
init() //checked matches cerberus output
|
|
{
|
|
loadfx( "weapon/crossbow/fx_trail_crossbow_blink_grn_os" );
|
|
loadfx( "weapon/crossbow/fx_trail_crossbow_blink_red_os" );
|
|
}
|
|
|
|
watch_bolt_detonation( owner ) //checked matches cerberus output
|
|
{
|
|
}
|