Jump to content

[Help]


Resulcan

Recommended Posts

guiCreateStaticImage >>>>How do I throw the button 

Am I making a mistake somewhere

Merni = guiCreateStaticImage( 725, 395, 79, 30, "Button.png", false )
can = guiCreateStaticImage( 665, 550, 79, 30, "Button.png", false )
zirh = guiCreateStaticImage( 785, 550, 79, 30, "Button.png", false )
Yetenek    = guiCreateStaticImage( 850, 550, 100, 100, "Rectangle.png", false )

 

health  How do I set server and client function

bullet  How do I set server and client function

armor How do I set server and client function

abilityHow do I set server and client function

 

 

 

 

 

ss

https://hizliresim.com/7qUAJJ

 

EditMermi = guiCreateEdit(685, 322, 144, 44, "", false)


GRL = guiCreateGridList(487, 302, 157, 273, false)
guiGridListAddColumn(GRL, "Silah Listesi", 0.9)
guiGridListAddRow(GRL)
guiGridListSetItemText(GRL, 0, 1, "Pistol", false, false)

addEventHandler("onClientRender", root,
    function()
        dxDrawRectangle(482, 271, 399, 318, tocolor(40, 40, 40, 255), false)
        dxDrawRectangle(482, 271, 399, 27, tocolor(0, 0, 0, 255), false)
        dxDrawText("Server ADI | Market Panel", 482, 271, 876, 298, tocolor(255, 255, 255, 255), 1.00, "default-bold", "center", "center", false, false, false, false, false)
        dxDrawLine(482, 298, 881, 298, tocolor(255, 255, 255, 255), 1, false)
        dxDrawText("Mermi Sayısı", 700, 302, 815, 318, tocolor(255, 255, 255, 255), 1.00, "default-bold", "center", "center", false, false, false, false, false)
        dxDrawText("Fiyat:", 700, 371, 815, 387, tocolor(255, 255, 255, 255), 1.00, "default-bold", "center", "center", false, false, false, false, false)
        dxDrawText("Can Doldur", 646, 510, 761, 526, tocolor(255, 255, 255, 255), 1.00, "default-bold", "center", "center", false, false, false, false, false)
        dxDrawText("₺5000", 646, 531, 761, 547, tocolor(255, 255, 255, 255), 1.00, "default-bold", "center", "center", false, false, false, false, false)
        dxDrawText("Zırh Doldur", 766, 510, 881, 526, tocolor(255, 255, 255, 255), 1.00, "default-bold", "center", "center", false, false, false, false, false)
        dxDrawText("₺2000", 766, 531, 881, 547, tocolor(255, 255, 255, 255), 1.00, "default-bold", "center", "center", false, false, false, false, false)
    end
)

function showClientImage()
Merni = guiCreateStaticImage( 725, 395, 79, 30, "Button.png", false )
can = guiCreateStaticImage( 665, 550, 79, 30, "Button.png", false )
zirh = guiCreateStaticImage( 785, 550, 79, 30, "Button.png", false )
Yetenek    = guiCreateStaticImage( 850, 550, 100, 100, "Rectangle.png", false )
end
addEventHandler( "onClientResourceStart", getResourceRootElement( getThisResource() ), showClientImage )

-- AYARLAR --
 

Link to comment

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...