-- Client Side :
|ِ-- Do not remove the green text!
-- ><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><
-- Script by: John_Scott
-- Skype: dekaman12
-- Release date: 2013.01.06
-- Made in Hungary
-- Original langue: Hungaryan
-- >>>>> Hard Bytes Team <<<<<
-- facebook.com/HardBytesTeam
-- IP: 91.82.85.203:22076
-- >>>>> Hard Bytes Team <<<<<
-- ><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><
-- Do not remove the green text!
wdwLogin_Pannel = {}
tabPannel_Main = {}
tab_Login = {}
tab_Register = {}
function open_log_reg_pannel()
if not(isElement(wdwLogin_Pannel)) then
showChat(false)
x,y = guiGetScreenSize()
function centerWindow(center_window)
local screenW,screenH=guiGetScreenSize()
local windowW,windowH=guiGetSize(center_window,false)
local x,y = (screenW-windowW)/2,(screenH-windowH)/2
guiSetPosition(center_window,x,y,false)
end
Image = guiCreateStaticImage( 0, 0, 1920, 1200, "login_bg.jpeg", false )
guiSetEnabled (Image, false)
Login_img = guiCreateStaticImage( X, Y + 120, 350, 350, "login_window.png", false )
centerWindow( Login_img )
guiSetEnabled (Login_img, false)