22 lines
8.2 KiB
Plaintext
22 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\visionset_mgr_shared;
|
|
#using scripts\shared\weapons\_flashgrenades;
|
|
|
|
|
|
|
|
|
|
#using scripts\mp\_util;
|
|
|
|
#namespace flashgrenades;
|
|
|
|
function autoexec __init__sytem__() { system::register("flashgrenades",&__init__,undefined,undefined); }
|
|
|
|
function __init__( localClientNum )
|
|
{
|
|
flashgrenades::init_shared();
|
|
}
|