Jump to content

مساعدة في اكواد


Recommended Posts

عادي اذا بفلوس

لاكن اريد مساعدة اعتقد القيم مود بسيط

اولا:اختيار الافرقة

صورة Team1

صورة Team2

مثلا: اذا ضغط Team 1

يطلع ليه اختيار الشخصية

اللي يقدر، يكلمني في

skype:alizumra

Link to comment
  • 2 months later...

اللوحة في البداية

اول ما يدش السيرفر يطلع ليه الاختيار الفرق

GUIEditor = { 
    window = {}, 
    staticimage = {} 
} 
        GUIEditor.window[2] = guiCreateWindow(0.00, 0.00, 1.00, 1.00, "", true) 
        guiWindowSetSizable(GUIEditor.window[2], false) 
        guiSetAlpha(GUIEditor.window[2], 0.00) 
  
        GUIEditor.staticimage[1] = guiCreateStaticImage(239, 91, 530, 206, ":guieditor/images/1.png", false, GUIEditor.window[2]) 
        GUIEditor.staticimage[3] = guiCreateStaticImage(579, 319, 533, 208, ":guieditor/images/2.png", false, GUIEditor.window[2])     
    end 
) 
     setCameraMatrix (1388.9871826172, -2286.0603027344, 18.976696014404, 400500, 0, 100000) 

ثانيا

اذا ضغط واحد منهم

يطلع ليه اختيار الشخصية

GUIEditor = { 
    window = {}, 
    staticimage = {} 
} 
addEventHandler("onClientResourceStart", resourceRoot, 
    function() 
        GUIEditor.window[1] = guiCreateWindow(1365, 80, 96, 177, "", false) 
        guiWindowSetSizable(GUIEditor.window[1], false) 
  
  
        GUIEditor.window[2] = guiCreateWindow(0.00, 0.00, 1.00, 1.00, "", true) 
        guiWindowSetSizable(GUIEditor.window[2], false) 
        guiSetAlpha(GUIEditor.window[2], 0.00) 
  
        GUIEditor.staticimage[2] = guiCreateStaticImage(582, 610, 185, 52, ":guieditor/images/5.png", false, GUIEditor.window[2]) 
        GUIEditor.staticimage[3] = guiCreateStaticImage(440, 266, 73, 65, ":guieditor/images/3.png", false, GUIEditor.window[2]) 
        GUIEditor.staticimage[4] = guiCreateStaticImage(825, 266, 73, 65, ":guieditor/images/4.png", false, GUIEditor.window[2])     
    end 
) 

فيديو الشرح

https://youtu.be/2KpYdMU9aOE

Link to comment
  • 5 years later...

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