Jump to content

estudande.lua

Members
  • Posts

    1
  • Joined

  • Last visited

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

estudande.lua's Achievements

I ordered some spaghetti with marinara sauce and I got egg noodles and ketchup. I'm an average nobody.

I ordered some spaghetti with marinara sauce and I got egg noodles and ketchup. I'm an average nobody. (2/54)

0

Reputation

  1. dxDrawImage( rel_x - 10, rel_Y - 10, pickaxe_w, pickaxe_h, "jobs/miner/assets/images/pickaxe.png", pickaxe_rx, 0, 0 );

     

  2. addEvent ("LimpouChat", true)
    addEventHandler ("LimpouChat", root, chat)
    
    function limpochat()
        local pox,_,_ = interpolateBetween(-200, 0, 0, 200, 0, 0, ((getTickCount() - tick15) / 2500), "OutElastic")
        dxDrawRectangle(x*24, y*20, x*313, y*47, tocolor(32, 31, 31, 255), false)
        dxDrawRectangle(x*24, y*64, x*313, y*6, tocolor(114, 137, 218, fade), false)
        dxDrawText(""..nome.."#FFFFFF Limpou o chat !", x*130, y*55, x*213, y*28, tocolor(255, 255, 255, 255), x*1.25, "default-bold", "center", "center", false, false, true, true, false)
        dxDrawImage(x * 33, y * 10, x * 33, y * 57, 'home.png')
    end 
    
    function animclose ()
        local fade,pox,_ = interpolateBetween(100, 200, 0, 0, 200, 0, ((getTickCount() - tick52) / 2500), "Linear")
        dxDrawRectangle(x*24, y*20, x*313, y*47, tocolor(32, 31, 31, fade), false)
        dxDrawRectangle(x*24, y*64, x*313, y*6, tocolor(114, 137, 218, fade), false)
        dxDrawText(""..nome.."#FFFFFF Limpou o chat !", x*130, y*55, x*213, y*28, tocolor(255, 255, 255, fade), x*1.25, "default-bold", "center", "center", false, false, true, true, false)
        dxDrawImage(x * 33, y * 10, x * 33, y * 57,fade 'home.png')
    end

     

  3. addEvent ("LimpouChat", true) addEventHandler ("LimpouChat", root, chat) function limpochat() local pox,_,_ = interpolateBetween(-200, 0, 0, 200, 0, 0, ((getTickCount() - tick15) / 2500), "OutElastic") dxDrawRectangle(x*24, y*20, x*313, y*47, tocolor(32, 31, 31, 255), false) dxDrawRectangle(x*24, y*64, x*313, y*6, tocolor(114, 137, 218, fade), false) dxDrawText(""..nome.."#FFFFFF Limpou o chat !", x*130, y*55, x*213, y*28, tocolor(255, 255, 255, 255), x*1.25, "default-bold", "center", "center", false, false, true, true, false) dxDrawImage(x * 33, y * 10, x * 33, y * 57, 'home.png') end function animclose () local fade,pox,_ = interpolateBetween(100, 200, 0, 0, 200, 0, ((getTickCount() - tick52) / 2500), "Linear") dxDrawRectangle(x*24, y*20, x*313, y*47, tocolor(32, 31, 31, fade), false) dxDrawRectangle(x*24, y*64, x*313, y*6, tocolor(114, 137, 218, fade), false) dxDrawText(""..nome.."#FFFFFF Limpou o chat !", x*130, y*55, x*213, y*28, tocolor(255, 255, 255, fade), x*1.25, "default-bold", "center", "center", false, false, true, true, false) dxDrawImage(x * 33, y * 10, x * 33, y * 57,fade 'home.png') end
×
×
  • Create New...