Signup Now
Results 1 to 2 of 2

Thread: Mana Bar

  1. #1
    Free User coyotebross's Avatar
    Join Date
    Apr 2014
    Posts
    26
    Reputation
    16
    Rep Power
    0

    Cool Mana Bar

    Hey guys, i created this mana bar hud and would like to share with you.



    PHP Code:
    init start
        local blueGradient  
    = {0.0color(00205)}
        
    local blackGradient  = {0.0color(282828)}
     
    init end



    setposition
    ($clientwin.left 2$worldwin.top 28)


    setfillstyle('gradient''linear'200014)
    -- 
    mp bar
    addgradcolors
    (table.unpack(blackGradient))
    back drawshape('rect', ($screenwin.width 6.07) + 362, ($screenwin.height 8.1) + 193.2100 0.252)
    addgradcolors(table.unpack(blueGradient))
    header drawshape('rect', ($screenwin.width 6.07) + 362, ($screenwin.height 8.1) + 193.2$mppc 0.252
    obs: it may move when you are on a parcel (example)
    Last edited by coyotebross; 09-13-2014 at 05:36 PM.

  2. #2
    Free User
    Join Date
    May 2014
    Posts
    5
    Reputation
    10
    Rep Power
    0
    Great Job Friend! It's work perfect, i just was looking for this scrips. All best wishes!! + Red

 

 

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •