20 lines
8.2 KiB
Plaintext
20 lines
8.2 KiB
Plaintext
#using scripts\codescripts\struct;
|
|
|
|
#using scripts\shared\clientfield_shared;
|
|
#using scripts\shared\system_shared;
|
|
#using scripts\shared\util_shared;
|
|
#using scripts\shared\weapons\_tacticalinsertion;
|
|
|
|
#using scripts\mp\_util;
|
|
|
|
|
|
|
|
|
|
#namespace tacticalinsertion;
|
|
|
|
function autoexec __init__sytem__() { system::register("tacticalinsertion",&__init__,undefined,undefined); }
|
|
|
|
function __init__()
|
|
{
|
|
tacticalinsertion::init_shared();
|
|
} |