Post: Need help with /n!!!!
10-22-2014, 01:52 AM #1
(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
Last edited by Son-Of-A-Father ; 10-22-2014 at 01:59 AM.

Copyright © 2025, NextGenUpdate.
All Rights Reserved.

Gray NextGenUpdate Logo