



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!![]() | Benevolent Soul who has our eternal gratitude and exclusive access to betas and the donator section of the forum. |
![]() UGX V.I.P. | |
![]() | Has released one or more maps to the UGX-Mods community. |
![]() BO3 Modtools Alpha | This user has access to the Black Ops 3 Modtools Alpha |
level._effect["step2_fx"] = loadfx( "explosions/fx_explosion_generator_mobile" ); // Explosionconsole()
{
fire_console = GetEnt("fire_console","targetname");
explosion = GetEnt("explosion","targetname");
console_trig = getent("console_trig", "targetname");
glass = getent("glass", "targetname");
console_trig SetCursorHint("HINT_NOICON");
console_trig SetHintString("");
flag_wait("electricity_on");
console_trig SetCursorHint("HINT_NOICON");
console_trig SetHintString("Press &&1 to Do Kek");
ent = spawn("script_model", console_trig.origin);
ent setModel("tag_origin");
PlayFXOnTag(level._effect["console_l"], ent, "tag_origin");
console_trig waittill("trigger", player);
fire_console PlaySound("five_switch");
fire_console PlaySound("grenade_explode");
console_trig delete();
glass delete();
ent delete();
playFx(level._effect["step_fx2"], explosion.origin); // Doesnt play
playFx(level._effect["step_fx"], fire_console.origin);
players = getplayers();
for(i=0;i<players.size;i++)
{
if( distance( players[i].origin, fire_console.origin) <= 300 )
{
Earthquake( 0.6, 3, players[i].origin, 850 );
iprintln("Not telling you, lol");
}
}
level notify("activate_stuff");
}fx,explosions/fx_explosion_generator_mobile![]() | |
![]() | 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 the ability to mute, kick, or ban chat members for being abusive or breaking the rules of the forum. |
![]() | Has the ability to issue warnings to users, edit and remove posts from the forum and to move topics to other boards. Upholds the rules of the forum. Moderates Chat Rooms. |
![]() | |
![]() BO3 Modtools Alpha | This user has access to the Black Ops 3 Modtools Alpha |

![]() | Benevolent Soul who has our eternal gratitude and exclusive access to betas and the donator section of the forum. |
![]() UGX V.I.P. | |
![]() | Has released one or more maps to the UGX-Mods community. |
![]() BO3 Modtools Alpha | This user has access to the Black Ops 3 Modtools Alpha |
You put the "2" behind the FX in the wrong place![]()
Lukkie1998
GG, me