Jump to content

طلب كود


Recommended Posts

warp = false 
 function nowarp() 
  if warp == false then 
    warp = true 
    setElementData(localPlayer, "IsWarpLocked", true) 
    outputChatBox("[ تم اغلاق الأنتقال إليك ]", 255, 0, 0, true) 
  else 
    warp = false 
    setElementData(localPlayer, "IsWarpLocked", false) 
    outputChatBox("[ تم فتح الأنتقال إليك ]", 0, 255, 0, true) 
  end 
end 
  

ذا الانتقال

local isChatVisible = true 
   function chat() 
  -- upvalues: isChatVisible 
  if isChatVisible then 
    showChat(false) 
    isChatVisible = false 
  else 
    showChat(true) 
    isChatVisible = true 
  end 
end 

ذا حق الشات

اتمنى اني افدتك + قولي وش صار معك

Link to comment
local isChatVisible = true 
   function chat() 
  -- upvalues: isChatVisible 
  if isChatVisible then 
    showChat(false) 
    isChatVisible = false 
  else 
    showChat(true) 
    isChatVisible = true 
  end 
end 

ذا حق الشات

اتمنى اني افدتك + قولي وش صار معك

-- upvalues: isChatVisible

باين فك تشفير :lol:

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