Aln3mani Posted May 12, 2018 Share Posted May 12, 2018 (edited) السلام عليكم ورحمة الله . انا عدلت ع لوحة الادمن في لوحة الميوت السبب بدال م هو ايديت بوكس خليته كومو بوكس كل شي شغال لاكن لما اختار السبب من الكومبو بوكس م يطلع بالمسج حق الميوت , مع ان السبب يطلع ب اللوق حق الميوت . يعني ابي حل ع ساس يطلع السبب ب المسج حق الميوت --Client aMuteInputValue = guiCreateComboBox ( 35, y, 230, 250, "", false, aMuteInputForm ) guiComboBoxAddItem(aMuteInputValue, "تست 1") guiComboBoxAddItem(aMuteInputValue, "تست 2") local reason = guiComboBoxGetItemText(aMuteInputValue, guiComboBoxGetSelected(aMuteInputValue))--كود جلب الي مختاره من الكومبو بوكس triggerServerEvent ( "aPlayer", getLocalPlayer(), aMuteInputPlayer, "mute", reason, seconds )--تريقر للسيرفر Edited May 12, 2018 by Aln3mani Link to comment
Aln3mani Posted May 16, 2018 Author Share Posted May 16, 2018 On 5/12/2018 at 13:01, Aln3mani said: السلام عليكم ورحمة الله . انا عدلت ع لوحة الادمن في لوحة الميوت السبب بدال م هو ايديت بوكس خليته كومو بوكس كل شي شغال لاكن لما اختار السبب من الكومبو بوكس م يطلع بالمسج حق الميوت , مع ان السبب يطلع ب اللوق حق الميوت . يعني ابي حل ع ساس يطلع السبب ب المسج حق الميوت --Client aMuteInputValue = guiCreateComboBox ( 35, y, 230, 250, "", false, aMuteInputForm ) guiComboBoxAddItem(aMuteInputValue, "تست 1") guiComboBoxAddItem(aMuteInputValue, "تست 2") local reason = guiComboBoxGetItemText(aMuteInputValue, guiComboBoxGetSelected(aMuteInputValue))--كود جلب الي مختاره من الكومبو بوكس triggerServerEvent ( "aPlayer", getLocalPlayer(), aMuteInputPlayer, "mute", reason, seconds )--تريقر للسيرفر no help ? Link to comment
+Source|> Posted May 16, 2018 Share Posted May 16, 2018 1 hour ago, Aln3mani said: no help ? اطرح اكواد السيرفر Link to comment
Aln3mani Posted May 16, 2018 Author Share Posted May 16, 2018 22 minutes ago, +Source|> said: اطرح اكواد السيرفر كود لوحة الادمن الاصليه شوف وتأكد منه . Link to comment
+Source|> Posted May 16, 2018 Share Posted May 16, 2018 44 minutes ago, Aln3mani said: كود لوحة الادمن الاصليه شوف وتأكد منه . --Client aMuteInputValue = guiCreateComboBox ( 35, y, 230, 250, "", false, aMuteInputForm ) guiComboBoxAddItem(aMuteInputValue, "تست 1") guiComboBoxAddItem(aMuteInputValue, "تست 2") local reason = guiComboBoxGetItemText(aMuteInputValue, guiComboBoxGetSelected(aMuteInputValue)) triggerServerEvent ( "aPlayer", getLocalPlayer(), "mute", reason )--تريقر للسيرفر جرب هذا Link to comment
Aln3mani Posted May 31, 2018 Author Share Posted May 31, 2018 On 5/16/2018 at 19:38, +Source|> said: --Client aMuteInputValue = guiCreateComboBox ( 35, y, 230, 250, "", false, aMuteInputForm ) guiComboBoxAddItem(aMuteInputValue, "تست 1") guiComboBoxAddItem(aMuteInputValue, "تست 2") local reason = guiComboBoxGetItemText(aMuteInputValue, guiComboBoxGetSelected(aMuteInputValue)) triggerServerEvent ( "aPlayer", getLocalPlayer(), "mute", reason )--تريقر للسيرفر جرب هذا اسف ع التاخر ب الرد .. المهم : الكود م ضبط , بعد م بدلت الكود ب التريقر حقك م صار اصلا يصك ميوت . Link to comment
iSULTAN Posted June 1, 2018 Share Posted June 1, 2018 local reason = guiComboBoxGetItemText(aMuteInputValue, guiComboBoxGetSelected(aMuteInputValue))--كود جلب الي مختاره من الكومبو بوكس if reason ~= "" then triggerServerEvent ( "aPlayer", getLocalPlayer(), aMuteInputPlayer, "mute", reason, seconds ) end بالنسبه لإظهار الميوت في الشات محتاج تعدل على ملف أسمه messages.xml 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