bara_6arh Posted April 15, 2017 Share Posted April 15, 2017 سلام عليكم انا جديد في البرمجه هنا ابي كود صغير ابي لما يضعط علي شيك بوكس 1 او 2 او 3 او 4 علامه صح يظهر له ايديت لو علامه خطا يختفي الايديت Link to comment
Ahmed Ly Posted April 16, 2017 Share Posted April 16, 2017 guiCreateCheckBox "onClientGUIClick" guiCheckBoxGetSelected guiSetVisible Link to comment
Abu-Solo Posted April 16, 2017 Share Posted April 16, 2017 1 hour ago, Ahmed Ly said: guiCreateCheckBox "onClientGUIClick" guiCheckBoxGetSelected guiSetVisible + بيسوي تحقق من المختار Link to comment
^iiEcoo'x_) Posted April 16, 2017 Share Posted April 16, 2017 جربهـ ورد لي خبر ! function table.random ( theTable ) return theTable[math.random ( #theTable )] end local aRandomS = { "True", "False" } addEventHandler ("onClientGUIClick",root, function ( ) if ( source == aCheckBox ) then -- Check Box Name ! if ( guiCheckBoxGetSelected ( aCheckBox ) == true ) then local aRandom = table.random ( aRandomS ) if ( aRandom == "True" ) then guiSetVisible ( aEditBox , true ) -- EditBox Name elseif ( aRandom == "False" ) then guiSetVisible ( aEditBox , false ) -- EditBox Name end end end end ) Link to comment
Master_MTA Posted April 17, 2017 Share Posted April 17, 2017 23 hours ago, #_iMr.[E]coo said: جربهـ ورد لي خبر ! function table.random ( theTable ) return theTable[math.random ( #theTable )] end local aRandomS = { "True", "False" } addEventHandler ("onClientGUIClick",root, function ( ) if ( source == aCheckBox ) then -- Check Box Name ! if ( guiCheckBoxGetSelected ( aCheckBox ) == true ) then local aRandom = table.random ( aRandomS ) if ( aRandom == "True" ) then guiSetVisible ( aEditBox , true ) -- EditBox Name elseif ( aRandom == "False" ) then guiSetVisible ( aEditBox , false ) -- EditBox Name end end end end ) if ( guiCheckBoxGetSelected ( aCheckBox ) == true ) then ما يحتاج تسويها بالطريقه ذي if guiCheckBoxGetSelected ( aCheckBox ) then تكفي Link to comment
Abdul KariM Posted April 17, 2017 Share Posted April 17, 2017 @Master_MTA عادي مايضر كلها واحد Link to comment
Master_MTA Posted April 17, 2017 Share Posted April 17, 2017 1 hour ago, Abdul KariM said: @Master_MTA عادي مايضر كلها واحد يب ادري عشان كذا قلتله ما يحتاج بيزيد على نفسه تعب فعطيته نصيحه لا غير +_+ Link to comment
F_F Posted April 17, 2017 Share Posted April 17, 2017 يوجد فرق if ( guiCheckBoxGetSelected ( aCheckBox ) == true ) then الفرق هنا انه يتحقق من الشيك بوكس وايضا يتحقق انه موجود if guiCheckBoxGetSelected ( aCheckBox ) then اما هنا فيتحقق بدون معرفة انه موجود او لا Link to comment
#BrosS Posted April 17, 2017 Share Posted April 17, 2017 20 minutes ago, F_F said: يوجد فرق if ( guiCheckBoxGetSelected ( aCheckBox ) == true ) then الفرق هنا انه يتحقق من الشيك بوكس وايضا يتحقق انه موجود if guiCheckBoxGetSelected ( aCheckBox ) then اما هنا فيتحقق بدون معرفة انه موجود او لا لا Link to comment
Master_MTA Posted April 17, 2017 Share Posted April 17, 2017 33 minutes ago, F_F said: يوجد فرق if ( guiCheckBoxGetSelected ( aCheckBox ) == true ) then الفرق هنا انه يتحقق من الشيك بوكس وايضا يتحقق انه موجود if guiCheckBoxGetSelected ( aCheckBox ) then اما هنا فيتحقق بدون معرفة انه موجود او لا من كيسك ذي ولا كيس من؟ Link to comment
Abu-Solo Posted April 17, 2017 Share Posted April 17, 2017 17 minutes ago, Master_MTA said: من كيسك ذي ولا كيس من؟ من كيس ماما Link to comment
Master_MTA Posted April 17, 2017 Share Posted April 17, 2017 Just now, Abu-Solo said: من كيس ماما ولد عيب انا امزح مع الرجال Link to comment
Adham Posted April 17, 2017 Share Posted April 17, 2017 (edited) ممكن يسوي تحقق اذا الشيك بوكس ترو يظهر ايديت واذا الشيك بوكس false يسوي يختفي الايديت guiSetVisible guiCheckBoxGetSelected Edited April 17, 2017 by Deativated 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