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

33 lines
8.4 KiB
Plaintext

#using scripts\shared\callbacks_shared;
#using scripts\shared\clientfield_shared;
#using scripts\shared\math_shared;
#using scripts\shared\system_shared;
#using scripts\shared\util_shared;
#namespace duplicate_render;
function autoexec __init__sytem__() { system::register("duplicate_render",&__init__,undefined,undefined); }
#precache( "material", "mc/hud_keyline_retrievable" );
#precache( "material", "mc/hud_keyline_unplaceable" );
#precache( "material", "mc/hud_keyline_enemyequip" );
#precache( "material", "mc/mtl_hacker_tool_hacked" );
#precache( "material", "mc/mtl_hacker_tool_hacking" );
#precache( "material", "mc/mtl_hacker_tool_breaching" );
function __init__()
{
}