Jump to content

مطلوب كود انتقالات


Recommended Posts

بسم الله الرحمن الرحيم

شباب طبعا اليوم

انا سويت لوحة انتقالات

بس بدي كودين

كود لوحة تفتج بزر ما تفتح بوجهك

وكود الانتقالات

ممكن ؟؟

لو تسويها لي بكون ممتن الكم

الوحة بدون شي :

  
GUIEditor = { 
    edit = {}, 
    button = {}, 
    label = {}, 
    window = {}, 
} 
GUIEditor.window[1] = guiCreateWindow(306, 57, 204, 456, "لوحة ألأنتقألأت", false) 
guiWindowSetSizable(GUIEditor.window[1], false) 
guiSetProperty(GUIEditor.window[1], "CaptionColour", "C800CADC") 
  
GUIEditor.button[1] = guiCreateButton(9, 34, 78, 44, "النخيل", false, GUIEditor.window[1]) 
guiSetProperty(GUIEditor.button[1], "NormalTextColour", "C8D5D803") 
GUIEditor.button[2] = guiCreateButton(109, 265, 78, 44, "الطعس", false, GUIEditor.window[1]) 
guiSetProperty(GUIEditor.button[2], "NormalTextColour", "C80098CA") 
GUIEditor.button[3] = guiCreateButton(10, 265, 78, 44, "الجسر الطويل", false, GUIEditor.window[1]) 
guiSetProperty(GUIEditor.button[3], "NormalTextColour", "C8CBBF00") 
GUIEditor.button[4] = guiCreateButton(109, 200, 78, 44, "الجبل", false, GUIEditor.window[1]) 
guiSetProperty(GUIEditor.button[4], "NormalTextColour", "C8065FC3") 
GUIEditor.button[5] = guiCreateButton(10, 204, 78, 44, "ساحة القتال", false, GUIEditor.window[1]) 
guiSetProperty(GUIEditor.button[5], "NormalTextColour", "C86C4E87") 
GUIEditor.button[6] = guiCreateButton(109, 150, 78, 44, "مطار الرابع", false, GUIEditor.window[1]) 
guiSetProperty(GUIEditor.button[6], "NormalTextColour", "C800B6D6") 
GUIEditor.button[7] = guiCreateButton(10, 150, 78, 44, "المطار الثالث", false, GUIEditor.window[1]) 
guiSetProperty(GUIEditor.button[7], "NormalTextColour", "C8073BD0") 
GUIEditor.button[8] = guiCreateButton(10, 96, 78, 44, "المطار الاول", false, GUIEditor.window[1]) 
guiSetProperty(GUIEditor.button[8], "NormalTextColour", "C800D910") 
GUIEditor.button[9] = guiCreateButton(109, 96, 78, 44, "المطار الثاني", false, GUIEditor.window[1]) 
guiSetProperty(GUIEditor.button[9], "NormalTextColour", "C8D800A8") 
GUIEditor.button[10] = guiCreateButton(109, 34, 78, 44, "الدائري", false, GUIEditor.window[1]) 
guiSetProperty(GUIEditor.button[10], "NormalTextColour", "C82900DA") 
GUIEditor.label[1] = guiCreateLabel(17, 324, 158, 31, "EdiT By SiR,GoKa[R]", false, GUIEditor.window[1]) 
guiSetFont(GUIEditor.label[1], "default-bold-small") 
GUIEditor.label[2] = guiCreateLabel(20, 360, 158, 31, "FacBooK:", false, GUIEditor.window[1]) 
guiSetFont(GUIEditor.label[2], "default-bold-small") 
GUIEditor.edit[1] = guiCreateEdit(17, 403, 172, 44, "https://www.facebook.com/profile.php?id=100002392865256", false, GUIEditor.window[1]) 
  

Link to comment

لآخفاء الوحه =

guiSetVisible(GUIEditor.window[1],false) 

للانتقلات =

  
addEventHandler('onClientGUIClick',root, 
function ( ) 
    if ( source == button ) then 
        setElementPosition(localPlayer,x,y,z) 
    elseif ( source == button1) then 
        setElementPosition(localPlayer,x,y,z) 
    end 
end ) 
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...