Jump to content

تعديل


Recommended Posts

سلام عليكم

مدري عملت لوحه تفتح بسريال الاعب

من ف8

ما ظبت من ف8

Serial = { 
["33F575551AEA452D4C00D43E71E9DB54"] = true, 
} 
addCommandHandler('rentmanager',, function ( ) 
if Serial[getPlayerSerial(localPlayer)] then 
guiSetVisible (Window,not guiGetVisible (Window)) 
showCursor (guiGetVisible (Window)) 
end 
end) 
  
Link to comment
Serial = { 
["33F575551AEA452D4C00D43E71E9DB54"] = true, 
} 
addCommandHandler('rentmanager',, function ( ) 
if Serial[getPlayerSerial()] then 
guiSetVisible (Window,not guiGetVisible (Window)) 
showCursor (guiGetVisible (Window)) 
end 
end) 
  

سطر 4 فيه فاصله زايده

Link to comment

شو الخطا هنا

انا ابي لما يكتب اشيا في الايديت ويحدد علي guiComboBoxGetSelected

وضعط علي ال button

الكلام يجي في القريد لست

بس لازم يكون كاتب في ال2 ايدت ومجدد guiComboBoxGetSelected

addEventHandler("onClientGUIClick",root, 
    function () 
        if ( source == GUIEditor.button[1]) then 
          if ( guiGetText ( GUIEditor.edit[1] ) and ( GUIEditor.edit[3] ) ~= '' ) then 
          local item = guiComboBoxGetSelected ( com ) 
        local row = guiGridListAddRow (GUIEditor.gridlist[1]) 
        guiGridListSetItemText (GUIEditor.gridlist[1],row,1,text,false,false) 
            guiGridListSetItemText (GUIEditor.gridlist[1],row,2,guiGetText(GUIEditor.edit[1]),false,false) 
         guiGridListSetItemText (GUIEditor.gridlist[1],row,3,guiGetText(GUIEditor.edit[1]),false,false) 
      end 
    end 
   end 
) 
  

Link to comment

الله الله ي لعبة على تزبيط ي لعبة

على تخطيط ي لعبةة ,

  
addEventHandler("onClientGUIClick",root, 
    function () 
        if ( source == GUIEditor.button[1]) then 
          if ( guiGetText ( GUIEditor.edit[1] ) and ( guiGetText( GUIEditor.edit[3] ) ~= '' ) ) then 
            if guiComboBoxGetSelected ( com ) == true then 
        local row = guiGridListAddRow (GUIEditor.gridlist[1]) 
        guiGridListSetItemText (GUIEditor.gridlist[1],row,1,text,false,false) -- text مهي معرفة ؟ 
            guiGridListSetItemText (GUIEditor.gridlist[1],row,2,guiGetText(GUIEditor.edit[1]),false,false) 
         guiGridListSetItemText (GUIEditor.gridlist[1],row,3,guiGetText(GUIEditor.edit[1]),false,false) 
      end 
    end 
   end 
end 
) 
  

Link to comment

شالخطا هنا ؟

addEventHandler("onClientGUIClick",root, 
    function () 
        if ( source == grid ) then 
            local sel = guiGridListGetSelectedItem(GUIEditor.gridlist[1]) 
            local text = guiGridListGetItemText(GUIEditor.gridlist[1],sel,1) 
            local player = getPlayerFromName(text) 
            if ( player ) then 
                guiSetText(GUIEditor_Label[1],"Name: " .. guiGetText(editcod)) 
          end 
       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...