Jump to content

طلب فنكشنات


Mhmd.z

Recommended Posts

function searchFromGrid(GridList,name) 
 if guiGridListClear ( GridList ) then 
    for i, v in next, getElementsByType ( "player" ) do 
     if not string.find(getPlayerName(v),name) then return end 
     local Row = guiGridListAddRow ( GridList ) 
      guiGridListSetItemText ( GridList, Row, 1, getPlayerName ( v ), false, false ) 
    end 
   end 
end 
  
-- 
addEventHandler("onClientGUIChanged",root, 
function () 
 if source == اسم الفراغ الابيض then 
searchFromGrid( اسم القريد لست,guiGetText( اسم الفراغ الابيض)) 
 end 
end 
) 

Edited by Guest
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...