MR:SADIQ Posted June 18, 2013 Share Posted June 18, 2013 ابي فكشن اذا مجموعة من الاسل كتبت في الشات يطلع في مكان محدد على الشاشة كلام ومايتغير اله اذا كتب شي جديد Link to comment
iPrestege Posted June 18, 2013 Share Posted June 18, 2013 يعني اذا احد كتب بالشات يطلع بالشاشة؟ Link to comment
MR:SADIQ Posted June 18, 2013 Author Share Posted June 18, 2013 يب يشبه مود رسالة الادمن الي تحت الشات Link to comment
iPrestege Posted June 18, 2013 Share Posted June 18, 2013 guiCreateLabel addEventHandler 'onPlayerChat' triggerServerEvent isObjectInACLGroup getPlayerAccount getAccountName triggerClientEvent guiSetText Link to comment
Quited Posted June 18, 2013 Share Posted June 18, 2013 ابي فكشن اذا مجموعة من الاسل كتبت في الشات يطلع في مكان محدد على الشاشة كلامومايتغير اله اذا كتب شي جديد راح تخرب الشاشة ي صقيقي افرض فيه 5 من المجموعه وكتبو راح تخرب الشاشة Link to comment
MR:SADIQ Posted June 18, 2013 Author Share Posted June 18, 2013 كلنت function rdx(message) removeEventHandler ( "onClientRender", getRootElement(), dx ) function dx() dxDrawText("Admin :",13.0,167.0,55.0,182.0,tocolor(255,0,0,255),1.0,"default-bold","left","top",false,false,false) dxDrawText(message,58.0,168.0,799.0,224.0,tocolor(255,255,255,255),1.0,"default-bold","left","top",false,false,false) end addEventHandler("onClientRender", getRootElement(), dx) end addEvent("sadiq", true ) addEventHandler("sadiq", getRootElement(), rdx) bindKey("u", "down", "chatbox","Admin") سيرفر function check(thePlayer, commandName,...) local accName = getAccountName ( getPlayerAccount ( thePlayer ) ) if isObjectInACLGroup ( "user." .. accName, aclGetGroup ( "Admin" ) ) then local veve = {...} local message = table.concat(veve, " ") triggerClientEvent("sadiq", getRootElement(),message) end end addCommandHandler("Admin", check) Link to comment
iPrestege Posted June 18, 2013 Share Posted June 18, 2013 كوبي بست من حق سورآ ؟ ؟ انا قلت لبل اسهل ~_~ اوف وماستخدمت الحدث ذذ Link to comment
MR:SADIQ Posted June 18, 2013 Author Share Posted June 18, 2013 (edited) ابي فكشن اذا مجموعة من الاسل كتبت في الشات يطلع في مكان محدد على الشاشة كلامومايتغير اله اذا كتب شي جديد راح تخرب الشاشة ي صقيقي افرض فيه 5 من المجموعه وكتبو راح تخرب الشاشة اذا نا اسوي هيك ماراح ينتبهو للرساله هههه edit : كوبي بست من حق سورآ ؟ ؟ انا قلت لبل اسهل ~_~ اوف وماستخدمت الحدث ذذ احين بسوي جديد Edited June 18, 2013 by Guest Link to comment
MR:SADIQ Posted June 18, 2013 Author Share Posted June 18, 2013 function check(thePlayer, messageType,...) local accName = getAccountName ( getPlayerAccount ( thePlayer ) ) if isObjectInACLGroup ( "user." .. accName, aclGetGroup ( "Admin" ) ) then myLabel = guiCreateLabel ( 0, 0, 1, 1, "", true ) guiSetText ( myLabel, messageType ) triggerClientEvent, getRootElement(),message addEventHandler ( "onClientRender", getRootElement(), addLabelOnClick ) Link to comment
MR:SADIQ Posted June 18, 2013 Author Share Posted June 18, 2013 شكراً جميعاً يرجا اغلاق الموضوع 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