(adsbygoogle = window.adsbygoogle || []).push({});
Hello NGU! I need some help with an overflow error on sharks base....
Shark told me to use /n but I don't know how to use it.
I have tried using the fix from other gsc's but all it does is make the text on mine not appear.
Here is what I tried using
{
self.menu.currentmenu = menu;
string = "";
self.menu.title destroy();
self.menu.title = drawText(title, "objective", 2, 250, 30, (1, 1, 1), 0, (0, 0.58, 1), 1, 3);
self.menu.title FadeOverTime(0.3);
self.menu.title.alpha = 1;
for(i = 0; i < self.menu.menuopt[menu].size; i++)
{ string += self.menu.menuopt[menu] + "\n"; }
self.menu.options destroy();
self.menu.options = drawText(string, "objective", 1.6, 250, 68, (1, 1, 1), 0, (0, 0, 0), 0, 4);
self.menu.options FadeOverTime(0.3);
self.menu.options.alpha = 1;
}
Am I forgetting to use \n somewhere else? Please tell me where I am messing up, and put the fixed code to! Thanks guys/girls<3