Mr.Mostafa Posted August 23, 2017 Share Posted August 23, 2017 السلام عليكم ابي كود مثلا في مهمة ديربي ابي كود الي ما ا اقدر افتح اف 1 واف 2 لما تكون المهمة شغالة وتظهر كلمة بالشات تقول ممنوع الفتح! Link to comment
+Source|> Posted August 23, 2017 Share Posted August 23, 2017 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
Mr.Mostafa Posted August 23, 2017 Author Share Posted August 23, 2017 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
yasin0 Posted August 23, 2017 Share Posted August 23, 2017 جرب كذا 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
+Source|> Posted August 23, 2017 Share Posted August 23, 2017 3 hours ago, Mr.Mostafa said: كلننت ولا سيرفر؟؟ حطيته بالاتنين برضوا تفتح قدامك onClientKey يعني وين بتكون اكيد بالكلنت Link to comment
Mr.Mostafa Posted August 26, 2017 Author Share Posted August 26, 2017 On 8/23/2017 at 13:11, A7MEDENO said: قدامك onClientKey يعني وين بتكون اكيد بالكلنت يب سويتها Link to comment
+Source|> Posted August 26, 2017 Share Posted August 26, 2017 1 hour ago, Mr.Mostafa 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