Jump to content
🛡️FORUMS ARE IN READ-ONLY MODE Read more... ×
Sign in to follow this  
fuzzysquirrel

Weapon Flashlights

Recommended Posts

How do you create a light on a weapon? (Mainly the Selection and Config names needed)

Share this post


Link to post
Share on other sites

in the memory lod ad these two points

flash

flash dir

then in the Cfgweapon of your config add

class FlashLight {

ambient[] = {0.1, 0.1, 0.1, 1};

angle = 30;

brightness = 0.1;

color[] = {0.9, 0.9, 0.7, 0.9};

direction = "flash";

position = "flash dir";

scale[] = {1, 1, 0.5};

Share this post


Link to post
Share on other sites
Sign in to follow this  

×