AlliedModders

AlliedModders (https://forums.alliedmods.net/index.php)
-   Plugins (https://forums.alliedmods.net/forumdisplay.php?f=108)
-   -   [CS:GO] Team Colors (https://forums.alliedmods.net/showthread.php?t=332451)

drespy 05-13-2021 13:25

[CS:GO] Team Colors
 
3 Attachment(s)
DEPENDENCIES:
S-Downloader to precache your model files.
https://forums.alliedmods.net/showthread.php?t=269792

DESCRIPTION:
- Colorize playermodel and your color depending on which team.
- Support cvars to colorize player and models.
- Nice to Surf Combat servers.

https://media.discordapp.net/attachm...reenshot_1.png

CONVARS:
Code:

sm_playermodel_onstart_ct "models/your_path/example-ct.mdl"
sm_playermodel_onstart_tr "models/your_path/example-ts.mdl"

sm_playermodel_color_red_ct  "0"
sm_playermodel_color_green_ct "0"
sm_playermodel_color_blue_ct  "255"
sm_playermodel_color_alpha_ct  "255"

sm_playermodel_color_red_tr  "255"
sm_playermodel_color_green_tr "0"
sm_playermodel_color_blue_tr  "0"
sm_playermodel_color_alpha_tr  "255"

WARNING!
* Do not input invalid path playermodel in:
- sm_playermodel_onstart_ct
- sm_playermodel_onstart_tr
* This crashes your server !!!


Compiled with SM 1.10

- Download on GitHub

LuccasziNN 05-14-2021 13:14

Re: [CS:GO] Team Colors
 
Nice Plugin! :wink:


All times are GMT -4. The time now is 16:23.

Powered by vBulletin®
Copyright ©2000 - 2024, vBulletin Solutions, Inc.