Jump to content

x[ طلب ]x قفل الشات


Recommended Posts

  
 --Created By Me[Z]oO 
addCommandHandler("ChatState", 
function(p,c,s) 
    setElementData(getResourceRootElement(getThisResource()),"ChatSystem",tostring(s)) 
    if s == "False" then 
        outputChatBox("تم اغلاق الشات من قبل الكونسل "..getPlayerName(p).."",root,0,255,0) 
    else 
        outputChatBox("تم فتح الشات من قبل الكونسل "..getPlayerName(p).."",root,0,255,0) 
    end 
end) 
  
  
addEventHandler("onPlayerChat",root, 
function() 
    if getElementData(getResourceRootElement(getThisResource()),"ChatSystem") == "False" then 
        outputChatBox("لقد قام الكونسول بقفل الشات الان يرجي الانتظار حتي يقوم بفتحه",source,255,0,0) 
        cancelEvent() 
    else return 
    end 
end) 
  

اكتب باف 8

ChatState False رح ينقفل كذا

ChatState True رح يفتح الشات

اتمني اكون افدتك

هذا طرحته من زمان شوفه رح يفيدك الكود سيرفر سايد

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