boiii-scripts/shared/weapons_shared.csc
2023-04-13 17:30:38 +02:00

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__()
{
}