AlliedModders

AlliedModders (https://forums.alliedmods.net/index.php)
-   Suggestions / Requests (https://forums.alliedmods.net/forumdisplay.php?f=12)
-   -   [Help] Ambience Effects (https://forums.alliedmods.net/showthread.php?t=276390)

Adventx 12-20-2015 12:31

[Help] Ambience Effects
 
1 Attachment(s)
Hello everyone, I have a problem with this plugin, I need to set the color of fog by cvar but I can't, this read only first part of cvar, please help :) !

addons_zz 12-20-2015 13:24

Re: [Help] Ambience Effects
 
It is because you must use double quotes when setting its value at your server console and must restart the server after it to apply the new color settings. Example:

Code:

ambience_effects_fog_color "240 240 240"
restart


Adventx 12-20-2015 15:01

Re: [Help] Ambience Effects
 
Quote:

Originally Posted by addons_zz (Post 2374491)
It is because you must use double quotes when setting its value at your server console and must restart the server after it to apply the new color settings. Example:

Code:

ambience_effects_fog_color "240 240 240"
restart


Thx :bee: !


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

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