Jump to content

طلب تصحيح كـود لسـته اللاعبين | أرجو المساعده


AboFaisal

Recommended Posts

السلآم عليكم روحمه الله وبركاته ,

الكـود لمـن أحطه نفس مشآكللي ,

لمن أضيفه الكـود وأخش المـود حقي ,

اللوحه مآتضضهر !!

وكلآم الحقوق يضهـر مثآل

This Panel By AboFaisal  

والأن الكـود , نخليكم مع التصحيح

    playerGridList = guiCreateGridList(3,12,137,173,false,tab3) 
    playersColumn = guiGridListAddColumn(playerGridList,"Players",0.85) 
    guiGridListSetSelectionMode(playerGridList,2) 
    populateGridlist() 
    for id, plaItem in ipairs(getElementsByType("player")) do 
    row = guiGridListAddRow ( playerGridList ) 
    guiGridListSetItemText ( playerGridList, row, playersColumn, getPlayerName ( plaItem ), false, false ) 
    end 
    addEventHandler( "onClientGUIClick", playerGridList, setGUI ) 
    end 
end) 
  
function setGUI ( ) 
selectedRow, selectedCol = guiGridListGetSelectedItem( playerGridList ) 
gridPlayerName = guiGridListGetItemText( playerGridList, selectedRow, selectedCol ) 
guiSetText ( playerNameEdit, gridPlayerName ) 
end 
  
function onGuiClick (button, state, absoluteX, absoluteY) 

أرجو أن الكل فهم مششكلتي وإذا أحد مآفهم وجآهز يحللي المشكله

جآهز لو أسوي صحيفه ع شآن الحل ,

الله يجزآكم خيـر أعرف أنكم دآيم مآتقصرون , 8)

Link to comment
السلآم عليكم روحمه الله وبركاته ,

الكـود لمـن أحطه نفس مشآكللي ,

لمن أضيفه الكـود وأخش المـود حقي ,

اللوحه مآتضضهر !!

وكلآم الحقوق يضهـر مثآل

This Panel By AboFaisal  

والأن الكـود , نخليكم مع التصحيح

    playerGridList = guiCreateGridList(3,12,137,173,false,tab3) 
    playersColumn = guiGridListAddColumn(playerGridList,"Players",0.85) 
    guiGridListSetSelectionMode(playerGridList,2) 
    populateGridlist() 
    for id, plaItem in ipairs(getElementsByType("player")) do 
    row = guiGridListAddRow ( playerGridList ) 
    guiGridListSetItemText ( playerGridList, row, playersColumn, getPlayerName ( plaItem ), false, false ) 
    end 
    addEventHandler( "onClientGUIClick", playerGridList, setGUI ) 
    end 
end) 
  
function setGUI ( ) 
selectedRow, selectedCol = guiGridListGetSelectedItem( playerGridList ) 
gridPlayerName = guiGridListGetItemText( playerGridList, selectedRow, selectedCol ) 
guiSetText ( playerNameEdit, gridPlayerName ) 
end 
  
function onGuiClick (button, state, absoluteX, absoluteY) 

أرجو أن الكل فهم مششكلتي وإذا أحد مآفهم وجآهز يحللي المشكله

جآهز لو أسوي صحيفه ع شآن الحل ,

الله يجزآكم خيـر أعرف أنكم دآيم مآتقصرون , 8)

يا اخي لو كان دا الكود كامل هو كله اخطاء

playerNameEditانت مو حاط بالكود

و ضايف

end end)

زايده

Link to comment
  
النافذة - 
  
    userPanelWindow = guiCreateWindow(96,39,614,524,"Party ",false) 
    guiSetVisible (userPanelWindow, false) 
  
  
  
function onresourceStart () 
  bindKey ("F1", "down", xx) زر فتح النافذة 
end 
addEventHandler("onClientResourceStart", getResourceRootElement(getThisResource()), onresourceStart) 
  
  
  
  
function xx () 
getVisible = guiGetVisible (userPanelWindow) 
playerName = getPlayerName ( getLocalPlayer() ) 
  
if (getVisible == true) then 
    guiSetVisible (userPanelWindow, false) 
  
end 
if (getVisible == false) then 
    guiSetVisible (userPanelWindow, true) 
    showCursor (true) 
  
    playerGridList = guiCreateGridList(10,28,106,487,false,userPanelWindow)  
    playersColumn = guiGridListAddColumn(playerGridList,"Players",0.85) 
    guiGridListSetSelectionMode(playerGridList,2) 
    for id, plaItem in ipairs(getElementsByType("player")) do 
    row = guiGridListAddRow ( playerGridList ) 
    guiGridListSetItemText ( playerGridList, row, playersColumn, getPlayerName ( plaItem ), false, false ) 
  
     
    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...