Jump to content

عالم وهمي


Recommended Posts

حيآ حيا زاحف وتابل

. يعطيكم الف الف عافية

ماقصرتو لبى قلوبكمَ

حياك الله

ممكن يفيدك :

بدل 1 لرقم العالم الوهمي اللي تبيه ...

Button = متغير الزر حقك .

addEventHandler( "onClientGUIClick", root, function(  ) 
   if ( source == Button ) then 
        setElementDimension ( localPlayer, 1 ) 
       end 
   end 
) 
Link to comment
سلمت أيدك اخي زاححف

أبي كود تشغيل لوحة محددة بعالم وهمي محدد

:oops:

الأستبدال : ...

السسطر الأول اسم النافذة حقك #

السطر الثاني تكتب الزر بين السترنق #

السطر الثالث رقم العالم الوهمي اللي تشتغل فيه اللوحة #

local Window =   
local Key = "" 
local Dimension =  
  
  
bindKey( Key, "down", function ( ) 
  if not ( getElementDimension(localPlayer) == Dimension ) then return end 
     guiSetVisible( Window, not guiGetVisible( Window ) ) 
     showCursor( guiGetVisible( Window ) ) 
end ) 
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...