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