My Discord Server
https://discord.gg/WgcRJKTNRg
https://discord.gg/WgcRJKTNRg
Login Issues
Forgot password?Activate Issues
Account activation email not received? Wrong account activation email used?Other Problems?
Contact Support - Help Center Get help on the UGX Discord. Join it now!
u dnt wnt 2 no



Aye mate you don't know me so y don't you shut tf up ok buddy

![]() | Benevolent Soul who has our eternal gratitude and exclusive access to betas and the donator section of the forum. |
![]() Box Mappers Elite | |
![]() | Has released one or more maps to the UGX-Mods community. |
![]() | Has shown effort and knowledge in the area of scripting while being a part of the UGX-Mods community. |
//
// Pulls the fog in
dog_start_monitor()
{
while( 1 )
{
level waittill( "dog_start" );
//SetVolFog( 75.0, 80.0, 380, -40.0, 0.16, 0.204, 0.274, 7 );
//SetVolFog( 229.0, 400.0, 115.0, 200.0, 0.16, 0.204, 0.274, 7 );
SetVolFog( 229.0, 200.0, 380.0, 200.0, 0.1, 0.15, 0.25, 7 );
//VisionSetNaked(0, "zombie_sumpf_dogs", 7 );
}
}
//
// Pulls the fog in
dog_stop_monitor()
{
while( 1 )
{
level waittill( "dog_stop" );
SetVolFog( 230, 580, 460.33, -244.014, 0.65, 0.84, 0.79, 7 );
//VisionSetNaked(0, "zombie_sumpf", 4 );
}
}