19 lines
8.1 KiB
Plaintext
19 lines
8.1 KiB
Plaintext
#using scripts\codescripts\struct;
|
|
|
|
#using scripts\shared\callbacks_shared;
|
|
#using scripts\shared\system_shared;
|
|
#using scripts\shared\util_shared;
|
|
#using scripts\shared\weapons\_hacker_tool;
|
|
|
|
|
|
|
|
|
|
#namespace hacker_tool;
|
|
|
|
function autoexec __init__sytem__() { system::register("hacker_tool",&__init__,undefined,undefined); }
|
|
|
|
function __init__()
|
|
{
|
|
hacker_tool::init_shared();
|
|
}
|