untyped global function NorthstarCustomAutoprecache void function NorthstarCustomAutoprecache() { PrecacheWeapon( "mp_weapon_peacekraber" ) PrecacheWeapon( "melee_pilot_kunai" ) if ( GAMETYPE == GAMEMODE_SBOX ) PrecacheWeapon( "mp_weapon_toolgun" ) // will include this as a custom asset when mod v2 is written //PrecacheModel( $"models/titans/buddy/titan_buddy.mdl" ) }