20 lines
6.1 KiB
Plaintext
20 lines
6.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\_satchel_charge;
|
|
|
|
|
|
|
|
#using scripts\mp\_util;
|
|
|
|
#namespace satchel_charge;
|
|
|
|
function autoexec __init__sytem__() { system::register("satchel_charge",&__init__,undefined,undefined); }
|
|
|
|
function __init__( localClientNum )
|
|
{
|
|
satchel_charge::init_shared();
|
|
}
|