#STZ Posted February 5, 2017 Share Posted February 5, 2017 السلام عليكم و رحمة الله و بركاته addEventHandler("onClientRender", getRootElement(), function () if getElementData ( source, "TAG", true ) then dxDrawTextOnElement(v,"V.I.P",1,20,math.random(255.0),math.random(255.0),math.random(255.0),255,2.5,"default") else dxDrawTextOnElement(v,"None",1,20,math.random(255.0),math.random(255.0),math.random(255.0),255,2.5,"default") end end ) addEvent("DX", true) addEventHandler("DX", root, function () local acc = getPlayerAccount(v) if(isObjectInACLGroup("user."..getAccountName(acc),aclGetGroup("Console"))) then setElementData ( v, "TAGCONSOLE", true ) else setElementData ( v, "TAGCONSOLE", false ) end end ) ادري اني مب كاتب فانشكن dxDrawTextOnElement بس كاتبه في السكربت سويت لوب لكل اللاعبين حط لهم تاج ومن ضمنهم انا لما جيب اسويه للكونسل مب راضي Link to comment
Abdul KariM Posted February 5, 2017 Share Posted February 5, 2017 (edited) ماهي معرفة v عندك بالسيرفر سايد الـ والكلينت نفس الحالة , وعندك السورس وتركيب الالمنت داتا سطر3 غلط Edited February 5, 2017 by Abdul KariM Link to comment
coNolel Posted February 5, 2017 Share Posted February 5, 2017 + ع كلام الأخ ، انت حاط داتا اللاعبين TAG وداتا الكونسل TAGCONSOLE يعني الكونسل ما بيجيه التاق فوق أسمه 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