+Source|> Posted July 31, 2017 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 )
` Allawi Posted July 31, 2017 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 )
+Source|> Posted July 31, 2017 Author Posted July 31, 2017 5 minutes ago, ` Allawi said: addEventHandler ( "onClientGUIClick", settingroot, function ( ) if ( source == GUIEditor.button[2] ) then if ( isChatVisible ( ) == true ) then showChat ( false ) else showChat ( true ) end end end ) شكرا طيب وهذا وش مشكلته addEventHandler("onClientGUIClick", settingroot, function() if source == GUIEditor.button[1] then executeCommandHandler("reconnect") end end )
` Allawi Posted July 31, 2017 Posted July 31, 2017 1 minute ago, A7MEDENO said: شكرا طيب وهذا وش مشكلته addEventHandler("onClientGUIClick", settingroot, function() if source == GUIEditor.button[1] then executeCommandHandler("reconnect") end end ) عفواً الكود سليم ممكن تكون المشكلة من كود آخر تاكد من أكوادك
A7M8D Posted July 31, 2017 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
+Source|> Posted July 31, 2017 Author Posted July 31, 2017 8 minutes ago, #MR.NaiF said: addEventHandler("onClientGUIClick", root, function() if ( source == GUIEditor.button[1] ) then executeCommandHandler("reconnect") end end ) قلي شي تغير فالكود غير root
Rockyz Posted July 31, 2017 Posted July 31, 2017 على ما اضن مايصير تسوي exeucte على كوماندات من العبة نفسها
+Source|> Posted August 1, 2017 Author Posted August 1, 2017 On 7/31/2017 at 20:30, #BrosS said: يب ماتقدر سوي ترايقر واستعمل redirectPlayer addEvent("ree", true) addEventHandler("ree", root, function() redirectPlayer( source, 46.105.250.205:25011 ) end ) مشتغل
' A F . Posted August 1, 2017 Posted August 1, 2017 addEvent("ree", true) addEventHandler("ree", root,function() redirectPlayer( source, 46.105.250.205 , 25011 ) end );
Rockyz Posted August 2, 2017 Posted August 2, 2017 9 hours ago, Default said: addEvent("ree", true) addEventHandler("ree", root,function() redirectPlayer( source, 46.105.250.205 , 25011 ) end ); ^ addEvent ( "ree", true ) addEventHandler ( "ree", root,function ( ) redirectPlayer ( source, '46.105.250.205', 25011 ); end ); 1
+Source|> Posted August 2, 2017 Author Posted August 2, 2017 3 hours ago, Default said: مشكور على التعديل مأنتبهت شكرا لكم بس شي اخر لاهنتم مسوي زر ابيه يخفي الهود Hud
+Source|> Posted August 2, 2017 Author Posted August 2, 2017 15 minutes ago, #,+( _xiRoc[K]; > said: setPlayerHudComponentVisible شكرا
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