boiii-scripts/mp/_satchel_charge.gsc
2023-04-13 17:30:38 +02:00

19 lines
6.0 KiB
Plaintext

#using scripts\codescripts\struct;
#using scripts\shared\callbacks_shared;
#using scripts\shared\system_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__()
{
satchel_charge::init_shared();
}