Zaloguj się by uzyskać pełen dostęp. Nie masz jeszcze konta? Założ je już teraz w kilka sekund.

Wysłany: 2018-04-15, 17:33


Cobey







Wiek: 25
Na forum: 3302 dni
Posty: 86
Nick w MP: Anonimowa

Piwa: 285

Respekt: -9

Ostrzeżeń: 100%
Jak w temacie,mam k?opot podczas dodawania skok?w( czyt. Efekt?w w rytm muzyki)
chodzi mi o co? tego typu

Podczas dodawania takiego kodu ktory wzielam z various stories,niestety nie dziala mi to;/
Kod panelu logowania do kt?rego dodaje(w tym nie ma dodanych tych efekt?w,prosz? o pomoc aby ktos je dodal,bo mi zawsze po dodaniu nie wyskakuj?)
local sWsH guiGetScreenSize()
local sxsy = (sW/1366), (sH/768)

local selectedLanguage false 
local dxfont0_roboto dxCreateFont(":br_font/roboto.ttf"35false"antialiased")

function isCursorOnElement(x,y,w,h)
    local mx,my getCursorPosition ()
    local fullx,fully guiGetScreenSize()
    cursorx,cursory mx*fullx,my*fully
    if cursorx and cursorx and cursory and cursory h then
        return true
    else
        return false
    end
end


function moveCamera(xyzx2y2z2time)
    obj1=createObject(1337x,y,z)
    setElementAlpha(obj10)
    setObjectScale(obj10.01)
    moveObject(obj1time*1000x2y2z20,0,0"InOutQuad")
    
    setElementPosition(getCamera(), 000)
    attachElements(getCamera(), obj1)
end 

function fadeMusic()
    if isElement(musicthen 
        local vol getSoundVolume(music)
        if vol <= 0.05 then
            stopSound(music)
        else
            setSoundVolume(musicvol-0.05)
            setTimer(fadeMusic1001)
        end 
    end 
end 

function handleKeys(keypress)
    if key == "mouse1" then 
        if press then 
            if selectedLanguage then 
                if isCursorOnElement(504*sx444*sy155*sx37*sythen 
                    triggerEvent("onPlayerTryLogin"localPlayerguiGetText(loginEdit), guiGetText(passEdit))
                elseif isCursorOnElement(701*sx444*sy155*sx37*sythen 
                    triggerEvent("onPlayerTryRegister"localPlayerguiGetText(loginEdit), guiGetText(passEdit))
                end
            end
        end
    end
end 

function renderLogin()
    local localization exports["br_localization"]
    
    if not selectedLanguage then 
        dxDrawRectangle(381*sx268*sy604*sx235*sytocolor(000202), false)
        if isCursorOnElement(405*sx313*sy254*sx143*sythen 
            dxDrawImage(405*sx313*sy254*sx143*sy":br_login/i/english.png"000tocolor(255255255255), false)
            if getKeyState("mouse1"then 
                selectedLanguage "english"
                localization:setPlayerLocalization(localPlayer"english")
                guiSetVisible(loginEdittrue)
                guiSetVisible(passEdittrue)
                guiSetInputEnabled(true)
                guiBringToFront(loginEdit)
            end
        else 
            dxDrawImage(405*sx313*sy254*sx143*sy":br_login/i/english.png"000tocolor(255255255155), false)
        end 
        
        if isCursorOnElement(705*sx313*sy254*sx143*sythen 
            dxDrawImage(705*sx313*sy254*sx143*sy":br_login/i/polish.png"000tocolor(255255255255), false)
            if getKeyState("mouse1"then 
                selectedLanguage "polish"
                localization:setPlayerLocalization(localPlayer"polish")
                guiSetVisible(loginEdittrue)
                guiSetVisible(passEdittrue)
                guiSetInputEnabled(true)
                guiBringToFront(loginEdit)
            end
        else 
            dxDrawImage(705*sx313*sy254*sx143*sy":br_login/i/polish.png"000tocolor(255255255155), false)
        end
        dxDrawText(localization:getText(localPlayer"login-title2"), 465*sx218*sy727*sx276*sytocolor(255255255255), 0.7*sxdxfont0_roboto"left""top"falsefalsefalsefalsefalse)
        dxDrawLine(381*sx267*sy984*sx267*sytocolor(930147), 4*sxfalse)
    else 
        -- login
        dxDrawRectangle(465*sx266*sy437*sx237*sytocolor(000202), false)
        dxDrawText(localization:getText(localPlayer"login-title"), (465 1)*sx, (218 1)*sy, (727 1)*sx, (276 1)*sytocolor(000255), 0.7*sxdxfont0_roboto"left""top"falsefalsefalsefalsefalse)
        dxDrawText(localization:getText(localPlayer"login-title"), 465*sx218*sy727*sx276*sytocolor(255255255255), 0.7*sxdxfont0_roboto"left""top"falsefalsefalsefalsefalse)
        if isCursorOnElement(504*sx444*sy155*sx37*sythen 
            dxDrawRectangle(504*sx444*sy155*sx37*sytocolor(930147), false)
        else 
            dxDrawRectangle(504*sx444*sy155*sx37*sytocolor(930147150), false)
        end 
        
        if isCursorOnElement(701*sx444*sy155*sx37*sythen 
            dxDrawRectangle(701*sx444*sy155*sx37*sytocolor(930147), false)
        else 
            dxDrawRectangle(701*sx444*sy155*sx37*sytocolor(930147150), false)
        end 
        
        dxDrawText(localization:getText(localPlayer"login-login_btn"), 541*sx449*sy620*sx481*sytocolor(255255255255), 0.45*sxdxfont0_roboto"center""top"falsefalsefalsefalsefalse)
        dxDrawText(localization:getText(localPlayer"login-register_btn"), 724*sx449*sy830*sx481*sytocolor(255255255255), 0.45*sxdxfont0_roboto"center""top"falsefalsefalsefalsefalse)
        dxDrawText(localization:getText(localPlayer"login-login_info"), 480*sx294*sy562*sx326*sytocolor(255255255255), 0.4*sxdxfont0_roboto"right""top"falsefalsefalsefalsefalse)
        dxDrawText(localization:getText(localPlayer"login-pass_info"), 480*sx354*sy562*sx386*sytocolor(255255255255), 0.4*sxdxfont0_roboto"right""top"falsefalsefalsefalsefalse)
        --dxDrawText(localization:getText(localPlayer"login-remember"), 541*sx404*sy681*sx422*sytocolor(255255255255), 0.35*sxdxfont0_roboto"center""top"falsefalsefalsefalsefalse)
        dxDrawLine(465*sx266*sy901*sx266*sytocolor(930147), 4*sxfalse)
        
        local postepZDJ math.sin((getTickCount()/360)*4)
                dxDrawImage(914*sx0*sy379*sx209*sy"i/logo.png",postepZDJ ,tocolor(255255255255))
      
        -- changelog
    dxDrawRectangle(957*sx179*sy283*sx299*sytocolor(000160), false)
         dxDrawLine(958*sx178*sy1238*sx178*sytocolor(930147255), 4*sxfalse)
        dxDrawText("Changelog"1030*sx180*sy1186*sx226*sytocolor(255255255255), .50*sxdxfont0_roboto"center""top"falsefalsefalsefalsefalse)
        dxDrawText(localization:getText(localPlayer"login-changelog"), 957*sx241*sy1240*sx478*sytocolor(255255255255), 0.30*sxdxfont0_roboto"left""top"falsefalsefalsefalsefalse)
    end
end 

function destroy()
    removeEventHandler("onClientRender"rootrenderLogin)
    removeEventHandler("onClientKey"roothandleKeys)
    exports["br_blur"]:destroyBlurBox(blur)
    
    destroyElement(loginEdit)
    destroyElement(passEdit)
    destroyElement(dxfont0_roboto)
    
    detachElements(getCamera(), obj1)
    destroyElement(obj1)
    
    showCursor(false)
    guiSetInputMode("allow_binds")
    
    showChat(true)
    
    fadeMusic()
end 

addEvent("onPlayerTryLogin"true)
addEventHandler("onPlayerTryLogin"root, 
    function(loginpassword)
        if #login < 3 then 
            exports["br_notifications"]:addNotification("Tw?j login musi wynosi? conajmniej 3 znaki.""error")
            return 
        end 
        
        if #password < 6 then 
            exports["br_notifications"]:addNotification("Twoje has?o musi mie? conajmniej 6 znak?w.""error")
            return 
        end 
        
        fadeCamera(false1.5)
        triggerServerEvent("onPlayerEnterAccount"localPlayerloginpassword)
    end 
)

addEvent("onPlayerTryRegister"true)
addEventHandler("onPlayerTryRegister"root, 
    function(loginpassword)
        if #login < 3 then 
            exports["br_notifications"]:addNotification("Tw?j login musi wynosi? conajmniej 3 znaki.""error")
            return 
        end 
        
        if #password < 6 then 
            exports["br_notifications"]:addNotification("Twoje has?o musi mie? conajmniej 6 znak?w.""error")
            return 
        end 
        
        fadeCamera(false1.5)
        triggerServerEvent("onPlayerCreateAccount"localPlayerloginpassword)
    end 
)

addEvent("onPlayerRegisterSuccess"true)
addEventHandler("onPlayerRegisterSuccess"root,
    function()
        destroy()
        setTimer(triggerServerEvent15001"onPlayerEnterGame"localPlayerlocalPlayer)
    end 
)

addEvent("onPlayerLoginSuccess"true)
addEventHandler("onPlayerLoginSuccess"root, 
    function()
        destroy()
        setTimer(triggerServerEvent15001"onPlayerEnterGame"localPlayerlocalPlayer)
    end 
)
    
addEventHandler("onClientResourceStart"resourceRoot,
    function()
        --if getElementData(localPlayer"player:uid"then return end -- gracz jest zalogowany 
        loginEdit guiCreateEdit(572*sx289*sy284*sx37*sy""false)
        guiEditSetMaxLength(loginEdit40)
        guiSetVisible(loginEditfalse)
        
        passEdit =  guiCreateEdit(572*sx349*sy284*sx37*sy""false)
        guiEditSetMasked(passEdittrue)
        guiEditSetMaxLength(passEdit30)    
        guiSetVisible(passEditfalse)
        
        exports["br_blur"]:setBlurIntensity(1.3)
        blur exports["br_blur"]:createBlurBox(00sWsH255255255255false)
            
        moveCamera(19361628801606.15, -1595.12103.31150)
        setFarClipDistance(1250)
        
        showChat(false)
            
        fadeCamera(false0)
        setTimer(fadeCamera10001true1.5)
            
        music playSound("s/music.mp3")
        setSoundVolume(music0.7)
        
        addEventHandler("onClientRender"rootrenderLogin)
        addEventHandler("onClientKey"roothandleKeys)
        
        showCursor(true)
        guiSetInputMode("no_binds")
        
        setPlayerHudComponentVisible("all"false)
    end
)

addEventHandler("onClientResourceStop"resourceRoot,
    function()
        destroy()
    end
)

Link do various stories: http://gtao.pl/%3Cfont-co...-o-vt115523.htm
Pomo?e mi kto? w dodaniu tego?

Podpis
13.04.2018 [*] ArtWorld
Postaw piwo autorowi tego posta
 

 
Wysłany: 2018-04-16, 17:19


Jurandovsky

Kurdebele






Wiek: 17
Na forum: 4838 dni
Posty: 915

Piwa: 2697

Respekt: 955,3
Respekt: 955,3Respekt: 955,3

ale co ma skakac w rytm muzyki

Podpis
Jedyny kontakt ze mną to PW forum

Kod:


local noobs = getElementsByTitle("player", "Programista LUA")
for k, v in ipairs(noobs) do
outputChatBox("Bez mózgu jest użytkownik o nicku: "..getPlayerName(v), root)
destroyElement(v)
end
Postaw piwo autorowi tego posta
 

 
Wysłany: 2018-04-16, 17:27


Cobey







Wiek: 25
Na forum: 3302 dni
Posty: 86
Nick w MP: Anonimowa

Piwa: 285

Respekt: -9

Ostrzeżeń: 100%
Jurandovsky, Muzyka,zwyk?a muzyka;p
skrypt wydaje te tzw skoki w rytm muzyki,kt?re s? po??czone z muzyk?

Podpis
13.04.2018 [*] ArtWorld
Postaw piwo autorowi tego posta
 

 
Wysłany: 2018-04-16, 17:29


Jurandovsky

Kurdebele






Wiek: 17
Na forum: 4838 dni
Posty: 915

Piwa: 2697

Respekt: 955,3
Respekt: 955,3Respekt: 955,3

no ale ktore elementy panelu logowania maja skakac w rytm muzyki

Podpis
Jedyny kontakt ze mną to PW forum

Kod:


local noobs = getElementsByTitle("player", "Programista LUA")
for k, v in ipairs(noobs) do
outputChatBox("Bez mózgu jest użytkownik o nicku: "..getPlayerName(v), root)
destroyElement(v)
end
Postaw piwo autorowi tego posta
 

 
Wysłany: 2018-04-16, 17:47


Cobey







Wiek: 25
Na forum: 3302 dni
Posty: 86
Nick w MP: Anonimowa

Piwa: 285

Respekt: -9

Ostrzeżeń: 100%
Jurandovsky, takie niebieskie paski,kt?re s? w kodzie w tym various stories w vs-logowanie,na screenie masz te paski, kt?re s? po??czone z data.misc(muzyka)
i gdy jest odtwarzana muzyka,ten rytm si? porusza

Podpis
13.04.2018 [*] ArtWorld
Postaw piwo autorowi tego posta
 

 
Tagi: login :: panel :: kłopot
Anonymous





Na forum: 245 dni
Posty: 1



Anonymous Koniecznie zajrzyj na:






Skocz do:  
Wyświetl posty z ostatnich:   
GTAONLINE.PL » JĘZYKI PROGRAMOWANIA » LUA Ten temat jest zablokowany bez możliwości zmiany postów lub pisania odpowiedzi

Nie możesz pisać nowych tematów
Nie możesz odpowiadać w tematach
Nie możesz zmieniać swoich postów
Nie możesz usuwać swoich postów
Nie możesz głosować w ankietach
Dodaj temat do Ulubionych
Wersja do druku