View Single Post
Author Message
little_froy
Senior Member
Join Date: May 2021
Old 04-03-2023 , 06:01   [L4D2] Thirdstrike Tip(Attachment) v3.0【2024-02-05】
Reply With Quote #1

Description
Cvars
PHP Code:
// 1 = enable, 0 = disable. add an invisible glow[1,0,0] to prevent other glow pass through the attachment
// -
// Default: "1"
thirdstrike_tip_add_invisible_glow "1"

// angle of the tip, split up with space
// -
// Default: "0.0 0.0 0.0"
thirdstrike_tip_ang "0.0 0.0 0.0"

// bone of the tip
// -
// Default: "eyes"
thirdstrike_tip_bone "eyes"

// model of the tip
// -
// Default: "models/props_interiors/medicalcabinet02.mdl"
thirdstrike_tip_model "models/props_interiors/medicalcabinet02.mdl"

// position of the tip, split up with space
// -
// Default: "1.0 0.0 -13.0"
thirdstrike_tip_pos "1.0 0.0 -13.0"

// duration of pulse to show the tip, lower than 0.1 = disable
// -
// Default: "0.2"
thirdstrike_tip_pulse_duration "0.2"

// interval of pulse to show the tip, lower than 0.1 = disable
// -
// Default: "0.2"
thirdstrike_tip_pulse_interval "0.2"

// render fx of the tip
// -
// Default: "0"
thirdstrike_tip_render_fx "0"

// scale of the tip
// -
// Default: "0.25"
thirdstrike_tip_scale "0.25" 
Change log
Spoiler
Attached Files
File Type: sp Get Plugin or Get Source (thirdstrike_tip.sp - 16 views - 9.6 KB)

Last edited by little_froy; 02-05-2024 at 03:05.
little_froy is offline