Jump to content

كيف اسوي زي هاذي الوحه


3ssol

Recommended Posts

guiEditorأول شي سو صورة بالـ : https://community.multitheftauto.com/index.php?p=resources&s=details&id=141

ثم حط إسم الصصورة ,

ثم ضيف الصورة بمجلد السكربت ,

ثم ضيف الصورة للميتا .. بالشكل هذآ ,

"NameImage"/> 

NameImage = يصير كذا test.png إسم الصورة مع صيغتها ، مثلاً لو كان اسم الصورة ,

"test.png"/> 

Link to comment

دور لك صورة كخلفيه لك,,

وحط هذا الكود اول السكربت ,

function guiCreateWindow( x2, y2, width2, height2, titleBarText2, relative2 ) 
    local mainBackground = guiCreateStaticImage ( x2, y2, width2, height2, "yourImage.png", relative2 ) 
    local mainBackgroundLabel = guiCreateLabel ( 0, 0, 250, 100, titleBarText2, false, mainBackground ) 
    guiSetFont ( mainBackgroundLabel, newFont ) 
    guiSetEnabled ( mainBackgroundLabel, false ) 
    return mainBackground 
end 

Line 2 : yourImage.png غير لإسم صورتك,,

وحطه بالميتآ , وخلآص -_-

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...