-ToxiKArmy
Posts
34
Respect
Forum Rank
Legless Crawler
Primary Group
Member
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! playsnow()
{
while(1)
{
wait .1;
thread maps\_xS78_fx_system::play_oneshot_fx_to_player(self, "snow_thick", self.origin + (0,0,300), (0,0,0));
//self iprintln("snow");
}
}
snow_players_start()
{
flag_wait( "all_players_connected" );
wait .05;
players = get_players();
for(i=0;i<players.size;i++)
players[i] playsnow();
}
thread snow_players_start();
preCacheMyFX()
{
// LEVEL SPECIFIC - FEEL FREE TO REMOVE/EDIT
level._effect["snow_thick"] = LoadFx ( "env/weather/fx_snow_blizzard_light" );
}
preCacheMyFX()
{
// LEVEL SPECIFIC - FEEL FREE TO REMOVE/EDIT
level._effect["snow_thick"] = LoadFx ( "env/weather/fx_snow_blizzard_light" );
}
fx,env/weather/fx_snow_blizzard_light
![]() | Benevolent Soul who has our eternal gratitude and exclusive access to betas and the donator section of the forum. |
![]() | Has shown effort and knowledge in the area of scripting while being a part of the UGX-Mods community. |
I got a script complie error :
" function ' precachemyfx' already defined preCacheMyFx()"
Help