Jump to content

مساعده


Recommended Posts

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

Posted
5 minutes ago, killerProject said:

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

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

local  ما اظن الها فايده ؟؟

 

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

Posted
35 minutes ago, iyaad said:

وش تبي تسوي يعني ؟؟؟

ابي اشفر الملف اللي فيه

bindKey

والملف اللي فيه kkey

مب مشفر عشان اللي يبي يغير فتح اللوحه

Posted
1 minute ago, Default said:

وريني الميتا

<script src="Client.lua" type="client" />
	<script src="Client2.lua" type="shared" />
	<script src="Server.lua" type="server" />

 

Posted
Just now, A7MEDENO said:

<script src="Client.lua" type="client" />
	<script src="Client2.lua" type="shared" />
	<script src="Server.lua" type="server" />

 

client ما تخليها shared -- بترجع لملف السيرفر

Posted
Just now, killerProject said:

خلها 
client
بدل
shared

واللي ما اتوقع بتنفع بردو

لكن حاول تخلي الزر من الميتا

معرف اخليه من الميتا؟

وش اسوي؟

Posted (edited)

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

 

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

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

وخلاص 

Edited by iyaad
  • Like 1
Posted
Just now, A7MEDENO said:

معرف اخليه من الميتا؟

وش اسوي؟

  1. <script src="Client.lua" type="client" />
  2. <script src="Client2.lua" type="client" />
  3. <script src="Server.lua" type="server" />
  • Like 1
Posted

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

<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
Posted
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
)

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

Posted
9 hours ago, killerProject said:
  1. <script src="Client.lua" type="client" />
  2. <script src="Client2.lua" type="client" />
  3. <script src="Server.lua" type="server" />

طيب انا مسويها كذا وما نفع bindKey

Posted
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 

Posted
11 hours ago, iyaad said:

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

 


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

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

وخلاص 

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

ينفع؟؟

Posted
6 minutes ago, #x1AhMeD,-09 said:

Settings = {
  ["Key"] = "F10"
}
-----
bindKey(Settings["Key"], "down",
  	function()
    	--
    end
 end
)

 

ما اشتغل

خلاص شكرا

Posted (edited)

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

 

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

guiGridListAddColumn(gridList, "# Players", 0.9)

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

يلخبط ال Rows

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

 

Default

#x1AhMeD,-09

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

Edited by A7MEDENO

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