MA[S]RIY Posted June 11, 2017 Posted June 11, 2017 السلام عليككم ابي اكواد تجيب اسامي الاعبين الي بالسرفر وتحطهم ب جريد ليست مصري #
Simple. Posted June 11, 2017 Posted June 11, 2017 guiGridListClear getElementsByType -- Loop guiGridListAddRow guiGridListSetItemText getPlayerName h3x#2020
AHMED MOSTAFA Posted June 11, 2017 Posted June 11, 2017 Just now, MARIY said: السلام عليككم ابي اكواد تجيب اسامي الاعبين الي بالسرفر وتحطهم ب جريد ليست المثال جاهز بالويكي guiCreateGridlist April 25, 2016, THE BEGINNING OF MY JOURNEY Check my apps in playStore
MA[S]RIY Posted June 11, 2017 Author Posted June 11, 2017 يعني ذا الكود نفس طلبي function createPlayerList () --Create the grid list element local playerList = guiCreateGridList ( 0.80, 0.10, 0.15, 0.60, true ) --Create a players column in the list local column = guiGridListAddColumn( playerList, "Player", 0.85 ) if ( column ) then --If the column has been created, fill it with players for id, player in ipairs(getElementsByType("player")) do local row = guiGridListAddRow ( playerList ) guiGridListSetItemText ( playerList, row, column, getPlayerName ( player ), false, false ) end end end مصري #
AHMED MOSTAFA Posted June 11, 2017 Posted June 11, 2017 Just now, MARIY said: يعني ذا الكود نفس طلبي function createPlayerList () --Create the grid list element local playerList = guiCreateGridList ( 0.80, 0.10, 0.15, 0.60, true ) --Create a players column in the list local column = guiGridListAddColumn( playerList, "Player", 0.85 ) if ( column ) then --If the column has been created, fill it with players for id, player in ipairs(getElementsByType("player")) do local row = guiGridListAddRow ( playerList ) guiGridListSetItemText ( playerList, row, column, getPlayerName ( player ), false, false ) end end end ما ادري يمكن المفروض تحاول تجرب و تعرف ؟ يب بتجيب اسماء اللاعبين April 25, 2016, THE BEGINNING OF MY JOURNEY Check my apps in playStore
MA[S]RIY Posted June 11, 2017 Author Posted June 11, 2017 35 minutes ago, Killer Project said: ما ادري يمكن المفروض تحاول تجرب و تعرف ؟يب بتجيب اسماء اللاعبين شكرا اخي كيلر تمت الافاده مصري #
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now