Mohamed Salah Posted April 25, 2018 Share Posted April 25, 2018 آلسلام عليكم شبآب آبي لمآ آضغط زر - آلكلآم آلي كتبته بآلآيديت بوكس - يجي بآلشآت للجميع وسويت آلكود لكن آبي تعديل عشآن يشتغل محآولتي : client : local Tag = guiGetText ( GUIEditor.edit[1] ) addEventHandler('onClientGUIClick',root, function() if (source == GUIEditor.button[3]) then triggerServerEvent("ow", localPlayer) end end) server : --server addEvent("ow",true) addEventHandler("ow",root, function( ) outputChatBox(Tag,255,255,255,true) end ) Link to comment
+Source|> Posted April 25, 2018 Share Posted April 25, 2018 1 hour ago, Mohamed Salah said: آلسلام عليكم شبآب آبي لمآ آضغط زر - آلكلآم آلي كتبته بآلآيديت بوكس - يجي بآلشآت للجميع وسويت آلكود لكن آبي تعديل عشآن يشتغل محآولتي : client : local Tag = guiGetText ( GUIEditor.edit[1] ) addEventHandler('onClientGUIClick',root, function() if (source == GUIEditor.button[3]) then triggerServerEvent("ow", localPlayer) end end) server : --server addEvent("ow",true) addEventHandler("ow",root, function( ) outputChatBox(Tag,255,255,255,true) end ) --client addEventHandler('onClientGUIClick',root, function() local Tag = guiGetText ( GUIEditor.edit[1] ) if (source == GUIEditor.button[3]) then triggerServerEvent("ow", localPlayer, Tag) end end) --server addEvent("ow",true) addEventHandler("ow",root, function( Tag ) outputChatBox(Tag,255,255,255,true) end ) Link to comment
Mohamed Salah Posted April 25, 2018 Author Share Posted April 25, 2018 5 minutes ago, Source|> said: --client addEventHandler('onClientGUIClick',root, function() local Tag = guiGetText ( GUIEditor.edit[1] ) if (source == GUIEditor.button[3]) then triggerServerEvent("ow", localPlayer, Tag) end end) --server addEvent("ow",true) addEventHandler("ow",root, function( Tag ) outputChatBox(Tag,255,255,255,true) end ) مآ آشتغل Link to comment
+Source|> Posted April 25, 2018 Share Posted April 25, 2018 4 minutes ago, Mohamed Salah said: مآ آشتغل تأكد من اسم الايديت بوكس Link to comment
Mohamed Salah Posted April 25, 2018 Author Share Posted April 25, 2018 Just now, Source|> said: تأكد من اسم الايديت بوكس متآكد ومآ آشتغل Link to comment
+Source|> Posted April 25, 2018 Share Posted April 25, 2018 Just now, Mohamed Salah said: متآكد ومآ آشتغل وش يقولك بالديبق Link to comment
Mohamed Salah Posted April 25, 2018 Author Share Posted April 25, 2018 2 minutes ago, Source|> said: وش يقولك بالديبق مآ يقول شي 5 minutes ago, Source|> said: وش يقولك بالديبق آضغط آلزر مآ يطلع شي بآلشآت نهآئيي Link to comment
+Source|> Posted April 25, 2018 Share Posted April 25, 2018 5 minutes ago, Mohamed Salah said: مآ يقول شي --client addEventHandler('onClientGUIClick',root, function() local Tag = guiGetText ( GUIEditor.edit[1] ) if (source == GUIEditor.button[3]) then triggerServerEvent("ow", localPlayer, Tag) end end) --server addEvent("ow",true) addEventHandler("ow",root, function( Tag ) outputChatBox(Tag, root, 255,255,255,true) end ) جرب Link to comment
Mohamed Salah Posted April 25, 2018 Author Share Posted April 25, 2018 1 minute ago, Source|> said: --client addEventHandler('onClientGUIClick',root, function() local Tag = guiGetText ( GUIEditor.edit[1] ) if (source == GUIEditor.button[3]) then triggerServerEvent("ow", localPlayer, Tag) end end) --server addEvent("ow",true) addEventHandler("ow",root, function( Tag ) outputChatBox(Tag, root, 255,255,255,true) end ) جرب تم 2 minutes ago, Source|> said: --client addEventHandler('onClientGUIClick',root, function() local Tag = guiGetText ( GUIEditor.edit[1] ) if (source == GUIEditor.button[3]) then triggerServerEvent("ow", localPlayer, Tag) end end) --server addEvent("ow",true) addEventHandler("ow",root, function( Tag ) outputChatBox(Tag, root, 255,255,255,true) 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