Zaloguj się by uzyskać pełen dostęp. Nie masz jeszcze konta? Założ je już teraz w kilka sekund.
GTAONLINE.PL
Tematy otagowane jako: doda
1. Doda ktos?Piwko
Wepnie ktos to tak ?eby respilo mnie po klikni?ciu logowanie a nie przed?
Kod do wpisania[lua] function joinHandler()
local x = -1914.4952392578
local y = 883.45715332031
local z = 35.409210205078
spawnPlayer(source, x, y, z)
fadeCamera(source, true)
setCameraTarget(source, source)
outputChatBox("Zyczymy milej gry!", source)
end[/lua]





Client-
[lua]font1 = guiCreateFont ("font.ttf",12)
font2 = guiCreateFont ("font.ttf",30)
wdwLogin_Pannel = {}
tabPannel_Main = {}
tab_Login = {}
tab_Register = {}

function open_log_reg_pannel()
if not(isElement(wdwLogin_Pannel)) then

showChat(false)
showPlayerHudComponent ( "all", false )
local localPlayer = getLocalPlayer()

sound = playSound("logowanie.mp3")
setSoundVolume(sound, 100)


x,y = guiGetScreenSize()

local sWidth,sHeight = guiGetScreenSize()
local Width,Height = 550,500
local X = (sWidth/2) - (Width/2)
local Y = (sHeight/2) - (Height/2)


Image = guiCreateStaticImage( 0, 0, 1920, 1080, "login_bg.png", false )
guiSetEnabled (Image, false)

Login_img = guiCreateStaticImage( X, Y + 120, 612, 316, "login_window.png", false )
guiSetEnabled (Login_img, false)

--!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!...