AL-SAYED Posted October 25, 2012 Share Posted October 25, 2012 بغيت كودين 1.اذا اللاعب قال امبي ادمنية يعطيه ميوت دقيقة 2.وحفظ الميوت عشان اللاعب اذا دش وطلع للحين الميوت عليه ملاحظه:انا بسوي الكودين بس عطوني شنو استخدم واذا ما عرفت بقول لكم Link to comment
Tete omar Posted October 25, 2012 Share Posted October 25, 2012 بغيت كودين1.اذا اللاعب قال امبي ادمنية يعطيه ميوت دقيقة 2.وحفظ الميوت عشان اللاعب اذا دش وطلع للحين الميوت عليه ملاحظه:انا بسوي الكودين بس عطوني شنو استخدم واذا ما عرفت بقول لكم استخدم أحداث onPlayerChat -- عند التحدث في الشات onPlayerJoin -- عند الدخول الى السيرفر onPlayerQuit -- عند الخروج من السيرفر string.find string.lower setTimer setPlayerMuted setAccountData Link to comment
AL-SAYED Posted October 25, 2012 Author Share Posted October 25, 2012 function (admin) if message = ممكن ادمنية setplayermute (source),true outputChatBox ( getPlayerName ( source ).." لقد حصل على ميوت", end end addEventHandler ( "onPlayerChat", getRootElement(), admin ) Link to comment
Tete omar Posted October 25, 2012 Share Posted October 25, 2012 function (admin) if message = ممكن ادمنية setplayermute (source),true outputChatBox ( getPlayerName ( source ).." لقد حصل على ميوت", end end addEventHandler ( "onPlayerChat", getRootElement(), admin ) انت تسوي اي شي وخلاص ؟ Link to comment
AL-SAYED Posted October 25, 2012 Author Share Posted October 25, 2012 ما اعرف شي على الاقل احاول Link to comment
abu5lf Posted October 25, 2012 Share Posted October 25, 2012 ماتعرف شيء تعلم https://wiki.multitheftauto.com/wiki Link to comment
TAPL Posted October 25, 2012 Share Posted October 25, 2012 function (admin) if message = ممكن ادمنية setplayermute (source),true outputChatBox ( getPlayerName ( source ).." لقد حصل على ميوت", end end addEventHandler ( "onPlayerChat", getRootElement(), admin ) function admin (message) if message == "ممكن ادمنية" then setPlayerMuted(source, true) outputChatBox(getPlayerName(source).." لقد حصل على ميوت", root, 255,0,0) end end addEventHandler("onPlayerChat", root, admin) Link to comment
AL-SAYED Posted October 25, 2012 Author Share Posted October 25, 2012 شلو احط وقت للميوت ب settime? Link to comment
TAPL Posted October 25, 2012 Share Posted October 25, 2012 شلو احط وقت للميوت ب settime? setTimer(setPlayerMuted, 60000, 1, source, false) 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