19 lines
6.0 KiB
Plaintext
19 lines
6.0 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\_decoy;
|
|
|
|
|
|
|
|
#using scripts\mp\_util;
|
|
|
|
#namespace decoy;
|
|
|
|
function autoexec __init__sytem__() { system::register("decoy",&__init__,undefined,undefined); }
|
|
|
|
function __init__()
|
|
{
|
|
decoy::init_shared();
|
|
} |