Kozak napisz na PW o te skrypty ;p
Ostatnio zmieniony przez Maly Kozak : 06-03-2013, 16:25 Powód: edycja textu
Ostatnio zmieniony przez Maly Kozak : 06-03-2013, 17:19
Ostatnio zmieniony przez Dadis : 06-03-2013, 18:36
local showPos = true
local hudX = worldwin.right+20 --(Remove "worldwin.right+" to move back to left side. Eg hudX = 10)
local hudY = 25
setfontcolor("pink")
setfontstyle("Comic Sans MS", 13, "pink")
addtext("Pink Panther's basic HUD ", hudX, hudY)
setfontstyle("Comic Sans MS", 10, "pink")
addtext("Level: ", hudX, hudY+25)
addtext("Exp per hour: ", hudX, hudY+40)
addtext("Exp gained: ", hudX, hudY+55)
addtext("Exp to Level: ", hudX, hudY+70)
addtext("Time to Level: ", hudX, hudY+85)
addtext("Stamina: ", hudX, hudY+100)
addtext("Balance: ", hudX, hudY+115)
if showPos then
addtext("Pos X: ", hudX, hudY+145)
addtext("Pos Y: ", hudX, hudY+160)
addtext("Pos Z: ", hudX, hudY+175)
addtext("Mouse Item ID: ", hudX, hudY+190)
end
setfontcolor("white")
addtext(level, hudX+145, hudY+25)
addtext(exphour, hudX+145, hudY+40)
addtext(expgained, hudX+145, hudY+55)
addtext(exptolevel(), hudX+145, hudY+70)
if (exptolevel()/exphour) < 1 then addtext("Less than 1 Hour", hudX+145, hudY+85) else addtext("About "..math.ceil(exptolevel()/exphour).. " Hours", hudX+145, hudY+85) end
addtext(math.floor(stamina/60).." Hours", hudX+145, hudY+100)
addtext(balance, hudX+145, hudY+115)
if showPos then
addtext(posx, hudX+145, hudY+145)
addtext(posy, hudX+145, hudY+160)
addtext(posz, hudX+145, hudY+175)
addtext(cursorinfo().id, hudX+145, hudY+190)
end
Ostatnio zmieniony przez Dadis : 06-03-2013, 19:04
Ostatnio zmieniony przez Revolte : 06-03-2013, 20:12
Aktualnie 1 użytkowników przegląda ten temat. (0 użytkowników i 1 gości)
Zakładki