Jump to content

مساعده


Recommended Posts

Just now, A7MEDENO said:

bindKey( kkey, "down",
	function()
		if guiGetVisible( wnd ) then
			guiSetVisible( wnd, false )
			showCursor( false )
		else
			guiSetVisible( wnd, true )
			showCursor( true )
		end
	end
)

اللي فوق ملف كلنت

 

 

اللي تحت ملف كلنت اخر

 


kkey = "F10"

واضحه؟

 

جرب اكتب
local
قبل
اسم المفتاح وجرب

يعني مثلاً
local key = etc...

Link to comment

سوي ملف وسي اسممو اي شي وحط فيو 

 

Settings = {
	["OpenPanelCommand"] = "Top", --الكلمة الي تبيها تفتح الزر
};

وبعدها حط الملف ذا بالماتا 

وخلاص 

Edited by iyaad
  • Like 1
Link to comment

ضيف الكود للميتا

<settings>
    <setting name="*key" value="F10" />
</settings>

الكلينت سايد 

bindKey( get("Key"), "down",
	function()
		if guiGetVisible( wnd ) then
			guiSetVisible( wnd, false )
			showCursor( false )
		else
			guiSetVisible( wnd, true )
			showCursor( true )
		end
	end
)
  • Like 1
Link to comment
19 minutes ago, ABoHussin said:

ضيف الكود للميتا


<settings>
    <setting name="*key" value="F10" />
</settings>

الكلينت سايد 


bindKey( get("Key"), "down",
	function()
		if guiGetVisible( wnd ) then
			guiSetVisible( wnd, false )
			showCursor( false )
		else
			guiSetVisible( wnd, true )
			showCursor( true )
		end
	end
)

كودك خليط سيرفر وكلنت

Link to comment
10 hours ago, ABoHussin said:

ضيف الكود للميتا


<settings>
    <setting name="*key" value="F10" />
</settings>

الكلينت سايد 


bindKey( get("Key"), "down",
	function()
		if guiGetVisible( wnd ) then
			guiSetVisible( wnd, false )
			showCursor( false )
		else
			guiSetVisible( wnd, true )
			showCursor( true )
		end
	end
)

get - set = serverside only !

ثاني شي للأخ صاحب الموضوع في واحد فوق قدم لك حل 

10 hours ago, iyaad said:

سوي ملف وسي اسممو اي شي وحط فيو 

 


Settings = {
	["OpenPanelCommand"] = "Top", --الكلمة الي تبيها تفتح الزر
};

وبعدها حط الملف ذا بالماتا 

وخلاص 

+ حط الملف client 

Link to comment
11 hours ago, iyaad said:

سوي ملف وسي اسممو اي شي وحط فيو 

 


Settings = {
	["OpenPanelCommand"] = "Top", --الكلمة الي تبيها تفتح الزر
};

وبعدها حط الملف ذا بالماتا 

وخلاص 

هذي كلمة انا ابي زر

ينفع؟؟

Link to comment

اريد مساعده اخرى

 

الحين لما اانا سويت كولمن في الجريد ليست

guiGridListAddColumn(gridList, "# Players", 0.9)

في اي جريد ليست لما يضغط على اسم الكولمن

يلخبط ال Rows

انا ابيه لما يضغط اسم الكولمن ما يصير شي ما يلخبطها

 

Default

#x1AhMeD,-09

هل من ردٍ يا قوم ؟

Edited by A7MEDENO
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...