Jump to content

x[ تعديل مود ]x


Recommended Posts

سلام عليكم

 

هآدآ آلمود لمآ آضغط آف 7 يخفي كل شي - مثآل آلخريطة آلعدآد آلشآت كل شي

بس آبي آخليه من آمر من آف 8 -

يعني هو مظبوط لمآ آضغط آف 7 يخفي

آنآ آبيه لمآ آكتب كلمة في آف 8 يخفي كل شي

local hideKey = "F7"
local hideALL = false
local sx, sy = guiGetScreenSize()
local screen = dxCreateScreenSource ( sx, sy ) 
bindKey ( hideKey, "down", function()
    if hideALL then
        showChat ( true ) 		
		hideALL = false
	else
	   showChat ( false ) 
	   hideALL = true
	end
end)
addEventHandler( "onClientRender", root, function()
	if hideALL then
		dxUpdateScreenSource( screen )                  
		dxDrawImage( 0,  0,  sx, sy, screen )      
	end
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...