Jw8. Posted April 14, 2017 Share Posted April 14, 2017 سلام عليكم ابي كود ارسال للاعب لوحة لاهنتم ابيه كود كله local playerSelect = guiGridListGetSelectedItem ( Grid ) local playerName = guiGridListGetItemText (Grid , guiGridListGetSelectedItem (Grid ), 1 ) Link to comment
Jw8. Posted April 14, 2017 Author Share Posted April 14, 2017 9 minutes ago, MR.NaiF-MTA said: وضح طلبك انا مسوي قريد ليست اذا ضغط على اسمه وضغط على البوتين ترسل له لوحة فهمت؟ Link to comment
AE. Posted April 14, 2017 Share Posted April 14, 2017 (edited) guiSetVisible onClientGUIClick Edited April 14, 2017 by 3laa33 Link to comment
Jw8. Posted April 14, 2017 Author Share Posted April 14, 2017 3 minutes ago, 3laa33 said: guiSetVisible onClientGUIClick ابيه كود كامل Link to comment
AE. Posted April 14, 2017 Share Posted April 14, 2017 وش بتستفاد لما نسويلك كود كامل تعلم احسن Link to comment
Abdul KariM Posted April 14, 2017 Share Posted April 14, 2017 تبي تحدد لاعب من القريد ليست وتفتح للاعب الي حددته لوحة ؟ Link to comment
Jw8. Posted April 14, 2017 Author Share Posted April 14, 2017 Just now, Abdul KariM said: تبي تحدد لاعب من القريد ليست وتفتح للاعب الي حددته لوحة ؟ يب Link to comment
Abdul KariM Posted April 14, 2017 Share Posted April 14, 2017 تحتاج table = {} "onClientGUIClick" getPlayerFromName guiSetVisible Link to comment
#BrosS Posted April 14, 2017 Share Posted April 14, 2017 سوي تريقر لسيرفر مع اللاعب اللي حددته وعرف اللاعب بسيرفر وكمان ارسل ترقر معه للكلنت عشان يفتح اللوحة ولا تقولي هات كود كامل Link to comment
Abdul KariM Posted April 14, 2017 Share Posted April 14, 2017 @#BrosS مايحتاج كل هذا يقدر يسويها بالتيبلات 1 Link to comment
Jw8. Posted April 14, 2017 Author Share Posted April 14, 2017 6 minutes ago, #BrosS said: سوي تريقر لسيرفر مع اللاعب اللي حددته وعرف اللاعب بسيرفر وكمان ارسل ترقر معه للكلنت عشان يفتح اللوحة ولا تقولي هات كود كامل ما حد قلك تخش ( وتحشر نفسك ) وش ذي العالم Link to comment
^iiEcoo'x_) Posted April 14, 2017 Share Posted April 14, 2017 هذا الموضوع الثاني اللي تطلب بيه نفس الطلب ! @!#NssoR_) Link to comment
#Soking Posted April 14, 2017 Share Posted April 14, 2017 1 hour ago, Abdul KariM said: تحتاج table = {} "onClientGUIClick" getPlayerFromName guiSetVisible جداول كيف امر guiSetVisibie للاعب ال ضغط الزر Link to comment
Popular Post Abdul KariM Posted April 14, 2017 Popular Post Share Posted April 14, 2017 @#Soking كنت اظن انك تعرف لكن خاب ظني وتفضل الطريقة local table = { } function CreatePlayerWind ( player ) table [ player ] = { } table [ player ] .Wind = guiCreateWindow ( ... ) guiSetVisible ( table [ player ] .Wind , false ) end function ControlPlayerWind ( player , aState ) local aState = aState or false if not ( table [ player ] ) then return end guiSetVisible ( table [ player ] .Wind , aState ) end 4 Link to comment
#Soking Posted April 14, 2017 Share Posted April 14, 2017 1 hour ago, Abdul KariM said: @#Soking كنت اظن انك تعرف لكن خاب ظني وتفضل الطريقة local table = { } function CreatePlayerWind ( player ) table [ player ] = { } table [ player ] .Wind = guiCreateWindow ( ... ) guiSetVisible ( table [ player ] .Wind , false ) end function ControlPlayerWind ( player , aState ) local aState = aState or false if not ( table [ player ] ) then return end guiSetVisible ( table [ player ] .Wind , aState ) end وليه يطل يسوي لوحات و مدري شو يسوي تريقر و خلصنا 1 hour ago, Abdul KariM said: @#Soking كنت اظن انك تعرف لكن خاب ظني وتفضل الطريقة local table = { } function CreatePlayerWind ( player ) table [ player ] = { } table [ player ] .Wind = guiCreateWindow ( ... ) guiSetVisible ( table [ player ] .Wind , false ) end function ControlPlayerWind ( player , aState ) local aState = aState or false if not ( table [ player ] ) then return end guiSetVisible ( table [ player ] .Wind , aState ) end وليه يطل يسوي لوحات و مدري شو يسوي تريقر و خلصنا غير كذا ماعتقد تزبط مع حدث عند الضغط Link to comment
Abdul KariM Posted April 14, 2017 Share Posted April 14, 2017 @#Soking معلومة خاطئة تزبط مع حدث Link to comment
#Soking Posted April 14, 2017 Share Posted April 14, 2017 5 minutes ago, Abdul KariM said: @#Soking معلومة خاطئة تزبط مع حدث مادري احس تركيبه الاكواد ماراح تزبط سطر ١٠ او ٢٢ مثلا Link to comment
Abdul KariM Posted April 14, 2017 Share Posted April 14, 2017 @#Soking شكلك مافهمت الاكواد راح جرب وتعال تكلم 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