Jump to content

مشكلة التاج بليز مستعجل


Recommended Posts

السلام عليكم

عندي مشكلة بالتاج انو الرتب الي معها ادمنية تقدر تتكلم بالشات اما الاعبين ما يقدرون

بليز مين يعرف يسويلي اياه والله مستعجل

سكايبي sala7_prince

متواجد من هون لليل

قبول فوري

يا رب القي احد يساعدني

Link to comment
السلام عليكم

عندي مشكلة بالتاج انو الرتب الي معها ادمنية تقدر تتكلم بالشات اما الاعبين ما يقدرون

بليز مين يعرف يسويلي اياه والله مستعجل

سكايبي sala7_prince

متواجد من هون لليل

قبول فوري

يا رب القي احد يساعدني

نزل كودك هنا ولا ارسله لي خاص اذا ماتقدر .

Link to comment

خلاص خوذ

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
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

اسف على التأخير ,

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
لو طفيت مود play

شلون راح اقدر العب؟؟

قيم مود play

فيه سكربت تاج بعد

يعني راح يطلع بالشات مرتين اسمك . .

لازم تشيل السكربت حق التاج من القيم مود

Link to comment
لو طفيت مود play

شلون راح اقدر العب؟؟

قيم مود play

فيه سكربت تاج بعد

يعني راح يطلع بالشات مرتين اسمك . .

لازم تشيل السكربت حق التاج من القيم مود

مود play

مافيه تاج

اللي فيه تاج مود freeroam

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...