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

Wysłany: 2021-11-25, 00:52


StifMaster







Wiek: 30
Na forum: 3525 dni
Posty: 57
Nick w MP: Sztefi

Piwa: 5

Respekt: 50

Notyfikacja, ?e osoba nie posiada danej liczby REP nie pokazuje si?.

Kod busy:

addEventHandler("onMarkerHit"m1, function(elmd)
    if getElementData(el"player:srp") < 3000 then triggerClientEvent(el'onClientAddNotification'el'Nie posiadasz wystarczaj?co reputacji:\n3000 REP''error') return end
--bindKey("r""down", function()
    if getPedOccupiedVehicle(elthen return end
    if not md or getElementType(el) ~= "player" or getPedOccupiedVehicle(elthen return end
    if #getElementsWithinColShape(zone,"vehicle") >= 1 then outputChatBox("Parking zaj?ty czekaj a? wyjedzie!",el,255,255,255) return end
    local x,y,getElementPosition(el)
    local autbus createVehicle(4311793.85, -1886.3213.530.00.0268.4)
    setVehicleColor(autbus255,255,255)
    exports.noti:showBox(el"error","Prosz? czeka?\nTrwa konfiguracja systemu!")
    setElementFrozen(el,true)
    setElementData(autbus"vehicle:fuel"100)
    setElementData(autbus"vehicle:mileage"math.random(50000,80000))
    setVehicleHandling(autbus"maxVelocity"160.0)
    setElementData(autbus'vehicle:ghost'true)
    setElementData(autbus,"vehicle:desc","Transport of San Andreas")
    setElementData(el,"player:job",code)
    setTimer(warpPedIntoVehicle,2000,1,elautbus)
    setTimer(setElementFrozen,2000,1,elfalse)
    triggerClientEvent(el"STARTJobBus"resourceRootautbus)


Kod notyfikacji:

sx,sy guiGetScreenSize ()
addEvent ("onNotificationWindowHide",false)
addEvent ("onNotificationWindowShow",false)
box false

local font dxCreateFont("f.ttf"13)

function showBox(valuestr)
    if str and type(str) == "string" and string.len(str) > 0 then
        box true
        if value == "info" then 
            showTipBox (str,"img/info.png")
            outputConsole ("[INFO]" .. str)
        elseif value == "error" then 
            showTipBox (str,"img/error.png")
            outputConsole ("[ERROR]" .. str)
        elseif value == "warning" then 
            showTipBox (str,"img/warning.png")
            outputConsole ("[WARNING]" .. str)
        end
    end
end
addEvent("CreateBox"true)
addEventHandler("CreateBox"getRootElement(), showBox)
addEventHandler ("onNotificationWindowHide",getRootElement(),
    function ()
        box false
    end
)    
tipBox = {}
tipBox.path ""
tipBox.show false
tipBox.state nil
tipBox.string nil
tipBox.starTick nil
tipBox.currentY nil
tipBox.time 1100
tipBox.next nil
tipBox.nextPath ""
tipBox.timer nil
tipBox.startY = -180
tipBox.stopY 30

function showTipBox (str,path)
    if str then
        if path == nil then
            path "img/info.png"
        end
        if fileExists (paththen
            if tipBox.show == true then
                tipBox.next str
                tipBox.nextPath path
            else
                local sound playSound ("bip.mp3")
                setSoundVolume (sound,0.9)
                tipBox.path path
                tipBox.show true
                tipBox.state "starting"
                tipBox.string str
                tipBox.startTick getTickCount()
                triggerEvent ("onNotificationWindowShow",getRootElement())
            end
        end
    end
end
addEvent("CreateTipBox"true)
addEventHandler("CreateTipBox"getRootElement(), showTipBox)

addEventHandler ("onClientRender"getRootElement(),
    function ()
        if tipBox.show == true and tipBox.string then
            local width dxGetTextWidth (tipBox.string1"default-bold")
            if width then
                if tipBox.state == "starting" then
                    local progress = (getTickCount() - tipBox.startTick) / tipBox.time
                    local intY interpolateBetween (
                        tipBox.startY,0,0,
                        tipBox.stopY,0,0,
                        progress,"OutElastic"
                    )
                    if intY then
                        tipBox.currentY intY
                    else
                        tipBox.currentY 100
                    end
                    if progress 1 then
                        tipBox.state "showing"
                        tipBox.timer setTimer (
                            function ()
                                tipBox.startTick getTickCount()
                                tipBox.state "hiding"
                            end
                        ,string.len(tipBox.string)*25+10,1)
                    end
                elseif tipBox.state == "showing" then
                    tipBox.currentY tipBox.stopY
                elseif tipBox.state == "hiding" then
                    local progress = (getTickCount() - tipBox.startTick) / (tipBox.time)
                    local intY interpolateBetween (
                        tipBox.stopY,0,0,
                        tipBox.startY,0,0,
                        progress,"OutElastic"
                    )
                    if intY then
                        tipBox.currentY intY
                    else
                        tipBox.currentY 100
                    end
                    if progress 1 then
                        triggerEvent ("onNotificationWindowHide",getRootElement())
                        if tipBox.next then
                            if isTimer(tipBox.timerthen
                                killTimer(tipBox.timer)
                            end
                            tipBox.show true
                            tipBox.state "starting"
                            tipBox.string tipBox.next
                            tipBox.startTick getTickCount()
                            tipBox.next nil
                            tipBox.path tipBox.nextPath
                            return
                        else
                            tipBox.show false
                            tipBox.state nil
                            tipBox.string nil
                            return
                        end
                    end
                else
                    return
                end
                local width 512
                local x,sx/width/2tipBox.currentY
                local textX,textY x+128,tipBox.currentY+44
                local textWidth,textHeight 363,25
                dxDrawImage (x,y,width,256,tipBox.path,0,0,0,tocolor(255,255,255),true)
                dxDrawText (tipBox.string,textX,textY+30,textX+textWidth,textY+textHeight,tocolor(255,255,255),1font,"center","center",false,true,true)
            end
        end
    end
)


Postaw piwo autorowi tego posta
 

 
Wysłany: 2021-11-25, 15:51


Nexusovskyy

Autorski Projekt






Wiek: 22
Na forum: 2964 dni
Posty: 49
Nick w MP: Nexusovskyy

Piwa: 739

Respekt: 60

exports.noti:showBox(el, "error","Prosz? czeka?\nTrwa konfiguracja systemu!")

ta notyfikacja ci wyskakuje?

Postaw piwo autorowi tego posta
 

 
Wysłany: 2021-11-25, 21:04


StifMaster







Wiek: 30
Na forum: 3525 dni
Posty: 57
Nick w MP: Sztefi

Piwa: 5

Respekt: 50

Do zamkni?cia, zrobi?em

Postaw piwo autorowi tego posta
 

 
Tagi: notyfikacje
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