Jump to content

طلب كود


Recommended Posts

18 minutes ago, Mr.Mostafa said:

السلام عليكم

ابي كود

 

مثلا في مهمة ديربي ابي كود الي ما ا اقدر افتح اف 1 واف 2 لما تكون المهمة شغالة وتظهر كلمة بالشات تقول ممنوع الفتح!

local btn = {
	['F1'] = true,
	['F2'] = true,
}

addEventHandler("onClientKey", root,
	function(button, press)
		if press and getElementInterior(localPlayer) == 5 then -- بدلها بالديمشن او الانتريور تبعك
			if btn[button] then
				cancelEvent()
			end
		end
	end
)

 

Link to comment
4 minutes ago, A7MEDENO said:

local btn = {
	['F1'] = true,
	['F2'] = true,
}

addEventHandler("onClientKey", root,
	function(button, press)
		if press and getElementInterior(localPlayer) == 5 then -- بدلها بالديمشن او الانتريور تبعك
			if btn[button] then
				cancelEvent()
			end
		end
	end
)

 

كلننت ولا سيرفر؟؟

14 minutes ago, A7MEDENO said:

local btn = {
	['F1'] = true,
	['F2'] = true,
}

addEventHandler("onClientKey", root,
	function(button, press)
		if press and getElementInterior(localPlayer) == 5 then -- بدلها بالديمشن او الانتريور تبعك
			if btn[button] then
				cancelEvent()
			end
		end
	end
)

 

حطيته بالاتنين برضوا تفتح

 

Link to comment

جرب كذا


local btn = {
	['F1'] = true,
	['F2'] = true,
}

addEventHandler("onClientKey", root,
	function(button, press)
		if press and getElementDimension(localPlayer) == العالم الوهمي then 
			if btn[button] then
				cancelEvent()
			end
		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...