25.01.2018, 19:43
Draw, Texture.
For example
local draw = Draw(2000, 2500, "Login : ");
local texture = Texture(1900, 2400, 1200, 2400, "MENU_INGAME.TGA");
function showLogin()
{
draw.visible = true;
texture.visible = true;
draw.top();
}
For example
local draw = Draw(2000, 2500, "Login : ");
local texture = Texture(1900, 2400, 1200, 2400, "MENU_INGAME.TGA");
function showLogin()
{
draw.visible = true;
texture.visible = true;
draw.top();
}