yasin0 Posted May 31, 2017 Share Posted May 31, 2017 شباب ليش كل ماضغط اف 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
^iiEcoo'x_) Posted May 31, 2017 Share Posted May 31, 2017 function a(player) giveWeapon (player,38,99) setGameSpeed (3) exports["notices"]:addNotification(player,"CHEAT ENABLED ", "success") end bindKey(player, "F3", "up", a ) Link to comment
yasin0 Posted May 31, 2017 Author Share Posted May 31, 2017 يكتب لي الارقمنت الاول قيمته فاضية Link to comment
` Allawi Posted May 31, 2017 Share Posted May 31, 2017 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
yasin0 Posted May 31, 2017 Author Share Posted May 31, 2017 مشكور بس ليش ماضبط الى بقيمة Link to comment
#BrosS Posted May 31, 2017 Share Posted May 31, 2017 1 minute ago, yasin0 said: مشكور بس ليش ماضبط الى بقيمة تعتبر معدومة player اللي بكودك وكود ايكو Link to comment
^iiEcoo'x_) Posted May 31, 2017 Share Posted May 31, 2017 Just now, #BrosS said: تعتبر معدومة player اللي بكودك وكود ايكو , شكرا على المعلومة Like this Like this Link to comment
` Allawi Posted May 31, 2017 Share Posted May 31, 2017 1 hour ago, yasin0 said: مشكور بس ليش ماضبط الى بقيمة العفو هذا شرط اساسي من شروط الوظيفة وماراح تضبط معك الوظيفة إلا بكتابة القيم حقها وبالطريقه الصحيحه Link to comment
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now