Post: Infobox Help
05-14-2016, 07:42 PM #1
KrazyKandy
I am error
(adsbygoogle = window.adsbygoogle || []).push({}); Im using Loz infobox. When I spawn the background works, but the text wont set. anyone know how to fix or what i'm missing?
    drawMenuInfoBar()
{
self.infoBar["bg"] = self createShader("white", "CENTER", "BOTTOM", 0, 0, 2000, 24, (0,0,0), .8, 2);
if(self.menu.open)
{
self.infoBar["string"] = self drawText(self.infoBar["normalOpen"], "objective", 1.5, "CENTER", "BOTTOM", 0, 0, (1,1,1), 1, 2);
}
else
self.infoBar["string"] = self drawText(self.infoBar["close"], "objective", 1.5, "CENTER", "BOTTOM", 0, 0, (1,1,1), 1, 2);
}


    MenuInit()
{
self thread drawMenuInfoBar();
}


You must login or register to view this content.
(adsbygoogle = window.adsbygoogle || []).push({});
05-15-2016, 01:01 AM #2
Patrick
League Champion
you have no text spawning because "self.infoBar["normalOpen"]" is undefined, either remove it and enter the text manually or define "self.infoBar["normalOpen"]"

Copyright © 2026, NextGenUpdate.
All Rights Reserved.

Gray NextGenUpdate Logo