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