16 lines
6.0 KiB
Plaintext
16 lines
6.0 KiB
Plaintext
#using scripts\shared\callbacks_shared;
|
|
#using scripts\shared\system_shared;
|
|
|
|
|
|
|
|
#namespace weapons_shared;
|
|
|
|
function autoexec __init__sytem__() { system::register("weapon_shared",&__init__,undefined,undefined); }
|
|
|
|
#precache( "client_fx", "weapon/fx_hero_bow_lnchr_glow" );
|
|
|
|
function __init__()
|
|
{
|
|
}
|
|
|