Jump to content

x[مشكلة]x الزر مايضبط


Recommended Posts

شباب ليش كل ماضغط اف 3 مايضبط ؟

مع انه مافي ولا خطاء بالدي بق

function a(player)
giveWeapon (player,38,99)
setGameSpeed (3)
exports["notices"]:addNotification(player,"CHEAT ENABLED ", "success")
bindKey(player, "F3", "up", a )
end

 

Link to comment
addEventHandler ( "onResourceStart", resourceRoot, 
	function ( )
		for theKey, thePlayer in ipairs ( getElementsByType ( "player" ) ) do
			if ( not isKeyBound ( thePlayer, "F2" ) ) then
				bindKey ( thePlayer, "F2", "down", 
					function ( player )
						-- Your Code
					end
				)
			end
		end
	end
)

 

Link to comment
1 hour ago, yasin0 said:

مشكور بس ليش ماضبط الى بقيمة

العفو

هذا شرط اساسي من شروط الوظيفة

وماراح تضبط معك الوظيفة إلا بكتابة القيم حقها وبالطريقه الصحيحه

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