Adham Posted June 19, 2016 Share Posted June 19, 2016 سلام عليكم انا عامل في قريد لست كل الاعبين ابي لو حدد اسم من القريد لست وضعط علي button تتفعل له لوحه من حرف خ للمتحدد اسمه فقط ولو حدد اسم الاعب من القريد وضعط علي بيتون يتشيال الوحه من حرف خ Link to comment
Me[Z]oO Posted June 19, 2016 Share Posted June 19, 2016 setElementData getElementData Link to comment
Adham Posted June 19, 2016 Author Share Posted June 19, 2016 Kda? addEventHandler("onClientGUIClick",root,function ( ) if ( source == remove1 ) then if ( guiGridListGetSelectedItem(GUIEditor.gridlist[1]) ~= -1 ) then local PlayerName = getPlayerFromName (guiGridListGetItemText(GUIEditor.gridlist[1],guiGridListGetSelectedItem(GUIEditor.gridlist[1]),1)) if ( PlayerName ) then if ( getElementData ( PlayerName , "open" ) == true ) then setElementData (PlayerName,'open',false) else setElementData (PlayerName,'open',true) end end end end end ) bindKey("F10","down", function ( ) local Data = getElementData ( localPlayer , "open" ) if ( Data == true ) then -- Code Here end end) Link to comment
Abdul KariM Posted June 19, 2016 Share Posted June 19, 2016 وليش ماتجرب وتشوف اخطائك ؟ Link to comment
Adham Posted June 19, 2016 Author Share Posted June 19, 2016 جربته م فتح لي الوحه اول م حطيط الكود Link to comment
Me[Z]oO Posted June 19, 2016 Share Posted June 19, 2016 جربتهم فتح لي الوحه اول م حطيط الكود شوف خاص Link to comment
N3xT Posted June 19, 2016 Share Posted June 19, 2016 local PlayerName = getPlayerFromName وين الإلمنت ؟ Link to comment
Abdul KariM Posted June 19, 2016 Share Posted June 19, 2016 local PlayerName = getPlayerFromName وين الإلمنت ؟ موجود , شف كوده زين , تحت السطر الرابع Link to comment
MR.GRAND Posted June 20, 2016 Share Posted June 20, 2016 local PlayerName = getPlayerFromName وين الإلمنت ؟ موجود , شف كوده زين , تحت السطر الرابع Link to comment
Me[Z]oO Posted June 20, 2016 Share Posted June 20, 2016 local PlayerName = getPlayerFromName وين الإلمنت ؟ موجود , شف كوده زين , تحت السطر الرابع Link to comment
Mr.CoR Posted June 20, 2016 Share Posted June 20, 2016 السلام عليكم تفضل شوف هالموضوع وتعلم كيف تحط عنوان مناسب https://forum.multitheftauto.com/viewtopic.php?f=160&t=100292 وشكرا Link to comment
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