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