Jump to content

طلب كود رسالة الادمن


Recommended Posts

انا زبطت لك الاكود موضحه

الاكواد مت تصميم سورا

كود الكتابة بالشات

bindKey("u", "down", "chatbox","AM") 

وهذا الادمن يكتب موضعها تحت الشات

dxDrawText("Admin :",13.0,167.0,55.0,182.0,tocolor(255,0,0,255),1.0,"default-bold","left","top",false,false,false) 

ملف سيرفر

function check(thePlayer, commandName,...) 
    local accName = getAccountName ( getPlayerAccount ( thePlayer ) ) 
    if isObjectInACLGroup ( "user." .. accName, aclGetGroup ( "Admin" ) ) then 
        local veve = {...} 
        local message = table.concat(veve, " ") 
        triggerClientEvent("sora", getRootElement(),message) 
    end 
end 
addCommandHandler("AM", check) 

Link to comment

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...