Adham Posted April 16, 2016 Posted April 16, 2016 سلام عليكم اليوم الكود ذا addEventHandler("onClientGUIClick",resourceRoot, function ( ) if ( source == Yes ) then guiSetVisible(wnd2,false) outputChatBox ( "#[TeamsSysteam] Abdoi Added to team by +[L]e3bA'", getRootElement(), 0, 255, 0, true ) showCursor(false) end end) عملته لما يضعط علي Yes تقفل اللوحة ويجيلو كلام ببالشات لاكن ما يجي كلام بالشات تقفل اللوحة فقط
Me[Z]oO Posted April 16, 2016 Posted April 16, 2016 addEventHandler("onClientGUIClick",resourceRoot, function ( ) if ( source == Yes ) then guiSetVisible(wnd2,false) outputChatBox ( "#[TeamsSysteam] Abdoi Added to team by +[L]e3bA'", 0, 255, 0, true ) showCursor(false) end end)
Me[Z]oO Posted April 16, 2016 Posted April 16, 2016 ممكن كودلما احد يضعط علي ال button تختفي تختفي ايش
Adham Posted April 16, 2016 Author Posted April 16, 2016 بص غعلي كلمه apply اول حاجه الضعط عليها الbutton كان عامل ازاي كان عادي زر apply http://c.top4top.net/p_106jquo1.png بص لما ضعط علي بقا ازاي http://a.top4top.net/p_106x0z81.png
Adham Posted April 17, 2016 Author Posted April 17, 2016 خلأص مشكور عملتها بس لو يمكن عاوز ان الbutton يتفتح مره اخره كان 3 سواني
#|_oskar_|# Posted April 17, 2016 Posted April 17, 2016 guiSetEnabled(Button, false ) setTimer(guiSetEnabled,1000,1,Button,true)
Adham Posted April 17, 2016 Author Posted April 17, 2016 كدا فيه خطا؟ addEventHandler("onClientGUIClick",resourceRoot, function ( ) if ( source == kick ) then guiSetEnabled(kick, false ) setTimer(guiSetEnabled,1000,1,kick,true) showCursor(true) end end)
#|_oskar_|# Posted April 17, 2016 Posted April 17, 2016 كدا فيه خطا؟ addEventHandler("onClientGUIClick",resourceRoot, function ( ) if ( source == kick ) then guiSetEnabled(kick, false ) setTimer(guiSetEnabled,1000,1,kick,true) showCursor(true) end end) لا
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