Post: BO2 Gsc Menu OverFlowing on AfterMAth Only
05-25-2016, 12:13 PM #1
Apex_Modz-
Do a barrel roll!
(adsbygoogle = window.adsbygoogle || []).push({}); My BO2 gsc menu im making seems to overflow only on aftermath and i have overflow fix added to the menu as well it will go to load into aftermath and then kick me out and say weapon/sentry_gun/fx_sentry_gun_death_state
(adsbygoogle = window.adsbygoogle || []).push({});
05-25-2016, 04:32 PM #2
oCmKs_4_LiFe
< ^ > < ^ >
Originally posted by Apex
My BO2 gsc menu im making seems to overflow only on aftermath and i have overflow fix added to the menu as well it will go to load into aftermath and then kick me out and say weapon/sentry_gun/fx_sentry_gun_death_state

put this on your init()

    if(!(getDvar("mapname")== "mp_la"))
{
//place all FX's here.
level.waypointRed=loadFX("misc/fx_equip_tac_insert_light_red");
level.waypointGreen=loadFX("misc/fx_equip_tac_insert_light_grn");
}
level thread onPlayerConnect();
}
05-27-2016, 03:09 AM #3
Apex_Modz-
Do a barrel roll!
Originally posted by LiFe View Post
put this on your init()

    if(!(getDvar("mapname")== "mp_la"))
{
//place all FX's here.
level.waypointRed=loadFX("misc/fx_equip_tac_insert_light_red");
level.waypointGreen=loadFX("misc/fx_equip_tac_insert_light_grn");
}
level thread onPlayerConnect();
}


i Still get a over flow error when i try to load into aftermath the overflow error is

G_FindConfigstringIndex: overflow (1590);
weapon/sentry_gun/fx_sentry_gun_death_state

Copyright © 2026, NextGenUpdate.
All Rights Reserved.

Gray NextGenUpdate Logo