20 lines
6.1 KiB
Plaintext
20 lines
6.1 KiB
Plaintext
#using scripts\codescripts\struct;
|
|
|
|
#using scripts\shared\system_shared;
|
|
|
|
|
|
|
|
#precache( "fx", "light/fx_light_red_spike_charge_os" );
|
|
|
|
#namespace spike_charge_siegebot;
|
|
|
|
function autoexec __init__sytem__() { system::register("spike_charge_siegebot",&__init__,undefined,undefined); }
|
|
|
|
function __init__()
|
|
{
|
|
}
|
|
|
|
function watch_bolt_detonation( owner ) // self == explosive_bolt entity
|
|
{
|
|
//self SetTeam( owner.team );
|
|
} |