Jump to content

تم المساعده من قبل ميزو


Recommended Posts

سلام علي الكود ذا

لما يحدد في الايديت يروح للقريد لست

المشكله

اني دخلت صحابي

انا عملت جا في القريد لست

لاكن صحابي

لا

قلولي اعمل ترقير وترقير كلنت

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

addEventHandler("onClientGUIClick",root, 
    function () 
        if ( source == GUIEditor.button[1]) then 
             local item = guiComboBoxGetSelected ( GUIEditor.combobox[1] ) 
              local text =  guiComboBoxGetItemText ( GUIEditor.combobox[1] , item ) 
            if ( guiGetText ( editname ) and guiGetText ( GUIEditor.edit[2] ) and guiGetText ( GUIEditor.edit[1] ) ~= '' ) then             
               local row = guiGridListAddRow ( gridlist) 
               guiGridListSetItemText (gridlist,row,1,guiGetText(editname),false,false) 
               guiGridListSetItemText (gridlist,row,2,text,false,false) 
               guiGridListSetItemText (gridlist,row,3,guiGetText(GUIEditor.edit[1]),false,false)             
            end 
        end 
    end 
) 
Edited by Guest
Link to comment

كدا

كلنت

addEventHandler("onClientGUIClick",root, 
    function () 
        if ( source == GUIEditor.button[1]) then 
             local item = guiComboBoxGetSelected ( GUIEditor.combobox[1] ) 
              local text =  guiComboBoxGetItemText ( GUIEditor.combobox[1] , item ) 
            if ( guiGetText ( editname ) and guiGetText ( GUIEditor.edit[2] ) and guiGetText ( GUIEditor.edit[1] ) ~= '' ) then      
               triggerServerEvent("addee",localPlayer,guiGetText(editname),text,guiGetText(GUIEditor.edit[1])) 
            end 
        end 
    end 
) 
  
  
  
addEvent( "add", true ) 
addEventHandler( "add",root, 
function () 
          local row = guiGridListAddRow ( gridlist) 
          guiGridListSetItemText (gridlist,row,1,guiGetText(editname),false,false) 
          guiGridListSetItemText (gridlist,row,2,text,false,false) 
          guiGridListSetItemText (gridlist,row,3,guiGetText(GUIEditor.edit[1]),false,false)   
      end 
)      

سرفر

addEvent( "addee", true ) 
addEventHandler( "addee",root, 
function () 
    for Key, Value in ipairs(getElementsByType("player")) do 
      triggerClientEvent("add",source) 
     end 
) 
Link to comment
ميزو خلأص

اسف --

+ يغلق الموضوع

+ ميزو لا تزعل ! :|

اعتذر

ولا يهمك خلاص

شيطان وراح

رمضان كريم

addEventHandler("onClientGUIClick",root, 
    function () 
        if ( source == GUIEditor.button[1]) then 
             local item = guiComboBoxGetSelected ( GUIEditor.combobox[1] ) 
              local text =  guiComboBoxGetItemText ( GUIEditor.combobox[1] , item ) 
              local mezo = guiGetText(GUIEditor.edit[1]) 
              local mezo2 = guiGetText(editname) 
            if ( guiGetText ( editname ) and guiGetText ( GUIEditor.edit[2] ) and guiGetText ( GUIEditor.edit[1] ) ~= '' ) then   
                triggerServerEvent("Sorry",localPlayer,text,mezo,mezo2) 
            end 
        end 
    end) 
  
addEvent("AddMezo",true) 
addEventHandler("AddMezo",root, 
function(text1,text2,text3) 
local row = guiGridListAddRow ( gridlist) 
guiGridListSetItemText (gridlist,row,1,tostring(text3),false,false) 
guiGridListSetItemText (gridlist,row,2,tostring(text1),false,false) 
guiGridListSetItemText (gridlist,row,3,tostring(text2),false,false)     
end) 
  

  
addEvent("Sorry",true) 
addEventHandler("Sorry",root, 
function(text1,text2,text3) 
triggerClientEvent("AddMezo",source,text1,text2,text3) 
end) 
  

اعتبره اعتذار لي D:

Link to comment

triggerClientEvent("AddMezo",source,text1,text2,text3) 

سورس راح يجي للاعب اللي ظغط الزر فقط ، لذلك يعدل التريقر لـ روت .

triggerClientEvent("AddMezo",root,text1,text2,text3) 
Link to comment
تمام شكرا لك . :D:D

العفو حياك الله

+

triggerClientEvent("AddMezo",source,text1,text2,text3) 

سورس راح يجي للاعب اللي ظغط الزر فقط ، لذلك يعدل التريقر لـ روت .

triggerClientEvent("AddMezo",root,text1,text2,text3) 

مين قال كذا ؟ o.O

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