taha201100 Posted August 10, 2014 Share Posted August 10, 2014 السلام عليكم عندي مشكلة بالتاج انو الرتب الي معها ادمنية تقدر تتكلم بالشات اما الاعبين ما يقدرون بليز مين يعرف يسويلي اياه والله مستعجل سكايبي sala7_prince متواجد من هون لليل قبول فوري يا رب القي احد يساعدني Link to comment
taha201100 Posted August 10, 2014 Author Share Posted August 10, 2014 وكمان عندي مشكلة لما احط اسم سيرفري عربي تبطل الاستضافة تشتغل Link to comment
Max+ Posted August 10, 2014 Share Posted August 10, 2014 السلام عليكمعندي مشكلة بالتاج انو الرتب الي معها ادمنية تقدر تتكلم بالشات اما الاعبين ما يقدرون بليز مين يعرف يسويلي اياه والله مستعجل سكايبي sala7_prince متواجد من هون لليل قبول فوري يا رب القي احد يساعدني نزل كودك هنا ولا ارسله لي خاص اذا ماتقدر . Link to comment
taha201100 Posted August 10, 2014 Author Share Posted August 10, 2014 ماكس والله مقدر انزلة كلمني سكايب اسمي فوق بالموضوع Link to comment
taha201100 Posted August 10, 2014 Author Share Posted August 10, 2014 ارسلت لك الرسالة ارسل اشوف Link to comment
Max+ Posted August 10, 2014 Share Posted August 10, 2014 ارسلت لك الرسالة ارسل اشوف ماجاني شي اول ضفني بعدين ارسل لي . . Link to comment
taha201100 Posted August 10, 2014 Author Share Posted August 10, 2014 خلاص خوذ local root = getRootElement() function chatbox(text, msgtype) local account = getAccountName(getPlayerAccount(source)) local name = getPlayerName(source) cancelEvent() if isObjectInACLGroup("user." .. account, aclGetGroup("Console")) then outputChatBox("#bd1c18* [ #424242Develper#bd1c18 ] " .. name .. ":#DBA901 " .. text, root, 255, 255, 255, true) elseif isObjectInACLGroup("user." .. account, aclGetGroup("Devlpor")) then outputChatBox("#bd1c18* [ #424242Develper1#bd1c18 ] " .. name .. ":#DBA901 " .. text, root, 255, 255, 255, true) elseif isObjectInACLGroup("user." .. account, aclGetGroup("HeadAdmin")) then outputChatBox("#bd1c18* [ #FE2E2EHead Leader#bd1c18 ] " .. name .. ":#EBDDE2 " .. text, root, 255, 255, 255, true) elseif isObjectInACLGroup("user." .. account, aclGetGroup("Leader")) then outputChatBox("#bd1c18* [ #FE2E2ELeader#bd1c18 ] " .. name .. ":#EBDDE2 " .. text, root, 255, 255, 255, true) elseif isObjectInACLGroup("user." .. account, aclGetGroup("Level_1")) then outputChatBox("#bd1c18* [ #04B4AELevel 1#bd1c18 ] #04B4AE" .. name .. ":#EBDDE2 " .. text, root, 255, 255, 255, true) elseif isObjectInACLGroup("user." .. account, aclGetGroup("Level_2")) then outputChatBox("#bd1c18* [ #8A0868Level 2#bd1c18 ] #8A0868" .. name .. ":#EBDDE2 " .. text, root, 255, 255, 255, true) elseif isObjectInACLGroup("user." .. account, aclGetGroup("Level_3")) then outputChatBox("#bd1c18* [ #298A08Level 3#bd1c18 ] #298A08" .. name .. ":#EBDDE2 " .. text, root, 255, 255, 255, true) elseif isObjectInACLGroup("user." .. account, aclGetGroup("Level_4")) then outputChatBox("#bd1c18* [ #B18904Level 4#bd1c18 ] #B18904" .. name .. ":#EBDDE2 " .. text, root, 255, 255, 255, true) elseif isObjectInACLGroup("user." .. account, aclGetGroup("Level_5")) then outputChatBox("#bd1c18* [ #8A0808Level 5#bd1c18 ] #8A0808" .. name .. ":#EBDDE2 " .. text, root, 255, 255, 255, true) elseif isObjectInACLGroup("user." .. account, aclGetGroup("Admin.Ex")) then outputChatBox("#9c9a9c[ Admin - Ex ] " .. name .. ":#ffffff " .. text, root, 255, 255, 255, true) end end addEventHandler("onPlayerChat", root, chatbox) Link to comment
#=|>[A]sMr,\~> Posted August 10, 2014 Share Posted August 10, 2014 local root = getRootElement() function chatbox(text, msgtype) local account = getAccountName(getPlayerAccount(source)) local name = getPlayerName(source) cancelEvent() if isObjectInACLGroup("user." .. account, aclGetGroup("Console")) then outputChatBox("#bd1c18* [ #424242Develper#bd1c18 ] " .. name .. ":#DBA901 " .. text, root, 255, 255, 255, true) elseif isObjectInACLGroup("user." .. account, aclGetGroup("Devlpor")) then outputChatBox("#bd1c18* [ #424242Develper1#bd1c18 ] " .. name .. ":#DBA901 " .. text, root, 255, 255, 255, true) elseif isObjectInACLGroup("user." .. account, aclGetGroup("HeadAdmin")) then outputChatBox("#bd1c18* [ #FE2E2EHead Leader#bd1c18 ] " .. name .. ":#EBDDE2 " .. text, root, 255, 255, 255, true) elseif isObjectInACLGroup("user." .. account, aclGetGroup("Leader")) then outputChatBox("#bd1c18* [ #FE2E2ELeader#bd1c18 ] " .. name .. ":#EBDDE2 " .. text, root, 255, 255, 255, true) elseif isObjectInACLGroup("user." .. account, aclGetGroup("Level_1")) then outputChatBox("#bd1c18* [ #04B4AELevel 1#bd1c18 ] #04B4AE" .. name .. ":#EBDDE2 " .. text, root, 255, 255, 255, true) elseif isObjectInACLGroup("user." .. account, aclGetGroup("Level_2")) then outputChatBox("#bd1c18* [ #8A0868Level 2#bd1c18 ] #8A0868" .. name .. ":#EBDDE2 " .. text, root, 255, 255, 255, true) elseif isObjectInACLGroup("user." .. account, aclGetGroup("Level_3")) then outputChatBox("#bd1c18* [ #298A08Level 3#bd1c18 ] #298A08" .. name .. ":#EBDDE2 " .. text, root, 255, 255, 255, true) elseif isObjectInACLGroup("user." .. account, aclGetGroup("Level_4")) then outputChatBox("#bd1c18* [ #B18904Level 4#bd1c18 ] #B18904" .. name .. ":#EBDDE2 " .. text, root, 255, 255, 255, true) elseif isObjectInACLGroup("user." .. account, aclGetGroup("Level_5")) then outputChatBox("#bd1c18* [ #8A0808Level 5#bd1c18 ] #8A0808" .. name .. ":#EBDDE2 " .. text, root, 255, 255, 255, true) elseif isObjectInACLGroup("user." .. account, aclGetGroup("Admin.Ex")) then outputChatBox("#9c9a9c[ Admin - Ex ] " .. name .. ":#ffffff " .. text, root, 255, 255, 255, true) elseif isObjectInACLGroup("user." .. account, aclGetGroup("Everyone")) then outputChatBox("# #FFFFFF" .. name .. " :#FFFFFF " .. text, root, 255, 255, 255, true) end end addEventHandler("onPlayerChat", root, chatbox) Link to comment
Max+ Posted August 10, 2014 Share Posted August 10, 2014 اسف على التأخير , local root = getRootElement() function chatbox(text, msgtype) local account = getAccountName(getPlayerAccount(source)) local name = getPlayerName(source) if isObjectInACLGroup("user." .. account, aclGetGroup("Console")) then cancelEvent() outputChatBox("#bd1c18* [ #424242Develper#bd1c18 ] " .. name .. ":#DBA901 " .. text, root, 255, 255, 255, true) elseif isObjectInACLGroup("user." .. account, aclGetGroup("Devlpor")) then cancelEvent() outputChatBox("#bd1c18* [ #424242Develper1#bd1c18 ] " .. name .. ":#DBA901 " .. text, root, 255, 255, 255, true) elseif isObjectInACLGroup("user." .. account, aclGetGroup("HeadAdmin")) then cancelEvent() outputChatBox("#bd1c18* [ #FE2E2EHead Leader#bd1c18 ] " .. name .. ":#EBDDE2 " .. text, root, 255, 255, 255, true) elseif isObjectInACLGroup("user." .. account, aclGetGroup("Leader")) then cancelEvent() outputChatBox("#bd1c18* [ #FE2E2ELeader#bd1c18 ] " .. name .. ":#EBDDE2 " .. text, root, 255, 255, 255, true) elseif isObjectInACLGroup("user." .. account, aclGetGroup("Level_1")) then cancelEvent() outputChatBox("#bd1c18* [ #04B4AELevel 1#bd1c18 ] #04B4AE" .. name .. ":#EBDDE2 " .. text, root, 255, 255, 255, true) elseif isObjectInACLGroup("user." .. account, aclGetGroup("Level_2")) then cancelEvent() outputChatBox("#bd1c18* [ #8A0868Level 2#bd1c18 ] #8A0868" .. name .. ":#EBDDE2 " .. text, root, 255, 255, 255, true) elseif isObjectInACLGroup("user." .. account, aclGetGroup("Level_3")) then cancelEvent() outputChatBox("#bd1c18* [ #298A08Level 3#bd1c18 ] #298A08" .. name .. ":#EBDDE2 " .. text, root, 255, 255, 255, true) elseif isObjectInACLGroup("user." .. account, aclGetGroup("Level_4")) then cancelEvent() outputChatBox("#bd1c18* [ #B18904Level 4#bd1c18 ] #B18904" .. name .. ":#EBDDE2 " .. text, root, 255, 255, 255, true) elseif isObjectInACLGroup("user." .. account, aclGetGroup("Level_5")) then cancelEvent() outputChatBox("#bd1c18* [ #8A0808Level 5#bd1c18 ] #8A0808" .. name .. ":#EBDDE2 " .. text, root, 255, 255, 255, true) elseif isObjectInACLGroup("user." .. account, aclGetGroup("Admin.Ex")) then cancelEvent() outputChatBox("#9c9a9c[ Admin - Ex ] " .. name .. ":#ffffff " .. text, root, 255, 255, 255, true) end end addEventHandler("onPlayerChat", root, chatbox) Link to comment
taha201100 Posted August 10, 2014 Author Share Posted August 10, 2014 جاري التجربة كمان ربع ساعه Link to comment
Max+ Posted August 10, 2014 Share Posted August 10, 2014 جاري التجربة كمان ربع ساعه تأكد تطفي قيم مود play وتشغل قيم مود fallout عشان مايسبب حوسه , Link to comment
taha201100 Posted August 10, 2014 Author Share Posted August 10, 2014 لو طفيت مود play شلون راح اقدر العب؟؟ Link to comment
Max+ Posted August 10, 2014 Share Posted August 10, 2014 لو طفيت مود playشلون راح اقدر العب؟؟ قيم مود play فيه سكربت تاج بعد يعني راح يطلع بالشات مرتين اسمك . . لازم تشيل السكربت حق التاج من القيم مود Link to comment
taha201100 Posted August 10, 2014 Author Share Posted August 10, 2014 واجهتني مشكلة جديدة اخوي هي لما اخش السيرفر واسوي تسجيل مثال في اف 8 register salah250 3923474 ما يطلع شي بالشات بليز شوفلي حل بليز بليز Link to comment
#=|>[A]sMr,\~> Posted August 10, 2014 Share Posted August 10, 2014 واجهتني مشكلة جديدة اخوي هي لما اخش السيرفر واسوي تسجيل مثال في اف 8 register salah250 3923474 ما يطلع شي بالشات بليز شوفلي حل بليز بليز لوحة الادمنية خربانه ركب لوحة ادمنيه ثانيه ذذ Link to comment
</Mr.Tn6eL> Posted August 11, 2014 Share Posted August 11, 2014 لو طفيت مود playشلون راح اقدر العب؟؟ قيم مود play فيه سكربت تاج بعد يعني راح يطلع بالشات مرتين اسمك . . لازم تشيل السكربت حق التاج من القيم مود مود play مافيه تاج اللي فيه تاج مود freeroam 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