Adham Posted April 16, 2016 Share 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 تقفل اللوحة ويجيلو كلام ببالشات لاكن ما يجي كلام بالشات تقفل اللوحة فقط Link to comment
Me[Z]oO Posted April 16, 2016 Share 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) Link to comment
Adham Posted April 16, 2016 Author Share Posted April 16, 2016 ممكن كود لما احد يضعط علي ال button تختفي Link to comment
Me[Z]oO Posted April 16, 2016 Share Posted April 16, 2016 ممكن كودلما احد يضعط علي ال button تختفي تختفي ايش Link to comment
Jupi Posted April 16, 2016 Share Posted April 16, 2016 setElementAlpha triggerServerEvent Link to comment
Adham Posted April 16, 2016 Author Share Posted April 16, 2016 بص غعلي كلمه apply اول حاجه الضعط عليها الbutton كان عامل ازاي كان عادي زر apply http://c.top4top.net/p_106jquo1.png بص لما ضعط علي بقا ازاي http://a.top4top.net/p_106x0z81.png Link to comment
Adham Posted April 17, 2016 Author Share Posted April 17, 2016 خلأص مشكور عملتها بس لو يمكن عاوز ان الbutton يتفتح مره اخره كان 3 سواني Link to comment
Adham Posted April 17, 2016 Author Share Posted April 17, 2016 بالاختفاء والسيتم تيمر .... Link to comment
#|_oskar_|# Posted April 17, 2016 Share Posted April 17, 2016 guiSetEnabled(Button, false ) setTimer(guiSetEnabled,1000,1,Button,true) Link to comment
Adham Posted April 17, 2016 Author Share 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) Link to comment
#|_oskar_|# Posted April 17, 2016 Share 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) لا 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