+Source|> Posted July 31, 2017 Share Posted July 31, 2017 addEventHandler("onClientGUIClick", settingroot, function() if source == GUIEditor.button[2] then if isChatVisible() then showchat(false) else showchat(true) end end end ) Link to comment
` Allawi Posted July 31, 2017 Share Posted July 31, 2017 addEventHandler ( "onClientGUIClick", settingroot, function ( ) if ( source == GUIEditor.button[2] ) then if ( isChatVisible ( ) == true ) then showChat ( false ) else showChat ( true ) end end end ) Link to comment
+Source|> Posted July 31, 2017 Author Share Posted July 31, 2017 On 31/07/2017 at 16:11, ` Allawi said: addEventHandler ( "onClientGUIClick", settingroot, function ( ) if ( source == GUIEditor.button[2] ) then if ( isChatVisible ( ) == true ) then showChat ( false ) else showChat ( true ) end end end ) Expand شكرا طيب وهذا وش مشكلته addEventHandler("onClientGUIClick", settingroot, function() if source == GUIEditor.button[1] then executeCommandHandler("reconnect") end end ) Link to comment
` Allawi Posted July 31, 2017 Share Posted July 31, 2017 On 31/07/2017 at 16:17, A7MEDENO said: شكرا طيب وهذا وش مشكلته addEventHandler("onClientGUIClick", settingroot, function() if source == GUIEditor.button[1] then executeCommandHandler("reconnect") end end ) Expand عفواً الكود سليم ممكن تكون المشكلة من كود آخر تاكد من أكوادك Link to comment
A7M8D Posted July 31, 2017 Share Posted July 31, 2017 (edited) addEventHandler("onClientGUIClick", root, function() if ( source == GUIEditor.button[1] ) then executeCommandHandler("reconnect") end end ) Edited July 31, 2017 by #MR.NaiF Link to comment
+Source|> Posted July 31, 2017 Author Share Posted July 31, 2017 On 31/07/2017 at 16:30, #MR.NaiF said: addEventHandler("onClientGUIClick", root, function() if ( source == GUIEditor.button[1] ) then executeCommandHandler("reconnect") end end ) Expand قلي شي تغير فالكود غير root Link to comment
Rockyz Posted July 31, 2017 Share Posted July 31, 2017 على ما اضن مايصير تسوي exeucte على كوماندات من العبة نفسها Link to comment
#BrosS Posted July 31, 2017 Share Posted July 31, 2017 يب ماتقدر سوي ترايقر واستعمل redirectPlayer 1 Link to comment
+Source|> Posted August 1, 2017 Author Share Posted August 1, 2017 On 31/07/2017 at 17:30, #BrosS said: يب ماتقدر سوي ترايقر واستعمل redirectPlayer Expand addEvent("ree", true) addEventHandler("ree", root, function() redirectPlayer( source, 46.105.250.205:25011 ) end ) مشتغل Link to comment
' A F . Posted August 1, 2017 Share Posted August 1, 2017 addEvent("ree", true) addEventHandler("ree", root,function() redirectPlayer( source, 46.105.250.205 , 25011 ) end ); Link to comment
Rockyz Posted August 2, 2017 Share Posted August 2, 2017 On 01/08/2017 at 23:41, Default said: addEvent("ree", true) addEventHandler("ree", root,function() redirectPlayer( source, 46.105.250.205 , 25011 ) end ); Expand ^ addEvent ( "ree", true ) addEventHandler ( "ree", root,function ( ) redirectPlayer ( source, '46.105.250.205', 25011 ); end ); 1 Link to comment
+Source|> Posted August 2, 2017 Author Share Posted August 2, 2017 On 02/08/2017 at 12:36, Default said: مشكور على التعديل مأنتبهت Expand شكرا لكم بس شي اخر لاهنتم مسوي زر ابيه يخفي الهود Hud Link to comment
Rockyz Posted August 2, 2017 Share Posted August 2, 2017 setPlayerHudComponentVisible Link to comment
+Source|> Posted August 2, 2017 Author Share Posted August 2, 2017 On 02/08/2017 at 15:56, #,+( _xiRoc[K]; > said: setPlayerHudComponentVisible Expand شكرا 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