Laserbeam
Description
Warden can place following beam for T. He also can grant permission to paint T on walls. If T has access to paint, he can type sm_lpaints to choose color of their paint.
Configuration
Config file is located by this path:
cfg/jwp/laserbeam.cfg
// Warden can give this feature to terrorists
// -
// Default: "1"
// Minimum: "0.000000"
// Maximum: "1.000000"
jwp_laserbeam_t_feature "1"
// Warden laserbeam is turned on by default
// -
// Default: "1"
// Minimum: "0.000000"
// Maximum: "1.000000"
jwp_laserbeam_default_on "1"
// Default color on laser turning on
// -
// Default: "rainbow"
jwp_laserbeam_default_color "rainbow"
Note
File with colors, you can add your own cfg/jwp/laserbeam/colors.txt
How to add to menu
Add this section in warden_menu.txt
. Field flag
supports admin flags.
"laserbeam"
{
"flag" ""
}
Files that corresponding to this module
addons/sourcemod/scripting/jwp_laserbeam.sp
— source fileaddons/sourcemod/plugins/jwp_laserbeam.smx
— binary fileaddons/sourcemod/translations/jwp_modules.phrases.txt
— translations file