Jump to content

كود شريط يظهر فوق


Recommended Posts

شباب ابي انا اعدل على هاد الكود

Change = false 
  
addCommandHandler("changeTeame", function(plr) 
  if getElementData(plr, "s") == false then 
    setElementData(plr, "ChangeTeam", true) 
    OutPut("The team will change after you die", plr, 255, 0, 255) 
    setTimer(cancleTeam, 1700, 1, plr) 
    setElementData(plr, "s", true) 
  else 
    OutPut("Change the team has been canceled", plr, 255, 255, 0) 
    setElementData(plr, "ChangeTeam", false) 
    setElementData(plr, "s", false) 
  end 
  Change = not Change 
end 
) 
  
function cancleTeam(plr) 
  if Change == false then 
    return false 
  end 
  OutPut("To cancel the change team press again", plr, 255, 255, 0) 
  

Link to comment

يا زلمه ركب المود وشغله , وحط بالمود حقك الفنكشن , مثآل,

Server #

exports['TopBarChat']:sendClientMessage ('Test text',root,255,0,200) 

على حسب الي تبيه اذا للاعب نفسه حط التعريف الي حاطه للاعب ذذ root موب شرط

Client #

exports['TopBarChat']:sendClientMessage ('Test text',255,0,200) 
Link to comment
  • 2 weeks later...

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