likemike12 Posted May 11, 2016 Share Posted May 11, 2016 (edited) يااا اخواان ضروري ذا الكود كيف اخليه لاكثر من واحد if (getPlayerSerial(source) == "سيريال") then bindKey("jump", "down", Superman.onJump) else return end Edited May 11, 2016 by Guest Link to comment
s7BaT Posted May 11, 2016 Share Posted May 11, 2016 (edited) يااا اخواان ضروريذا الكود كيف اخليه لاكثر من واحد if (getPlayerSerial(source) == "هنا السيريال حقك ضض حذفته") then bindKey("jump", "down", Superman.onJump) else return end قصدك جدول تحط في سيريالات الاعبين الي تبي؟ Edited May 11, 2016 by Guest Link to comment
likemike12 Posted May 11, 2016 Author Share Posted May 11, 2016 (edited) يااا اخواان ضروريذا الكود كيف اخليه لاكثر من واحد if (getPlayerSerial(source) == "سيريال") then bindKey("jump", "down", Superman.onJump) else return end قصدك جدول تحط في سيريالات الاعبين الي تبي؟ يب يب ويكون شغال كيف ؟ Edited May 11, 2016 by Guest Link to comment
likemike12 Posted May 11, 2016 Author Share Posted May 11, 2016 اح نشرت سيريالي نسيت احذفه شت >< ممكن تحذفه من تغليقك الي فوق Link to comment
Me[Z]oO Posted May 11, 2016 Share Posted May 11, 2016 local serials = { ["هنا السريال"] = true, ["هنا السريال"] = true, ["هنا السريال"] = true, ["هنا السريال"] = true, ["هنا السريال"] = true, ["هنا السريال"] = true, ["هنا السريال"] = true, ["هنا السريال"] = true, ["هنا السريال"] = true, ["هنا السريال"] = true, ["هنا السريال"] = true, ["هنا السريال"] = true, ["هنا السريال"] = true, ["هنا السريال"] = true, ["هنا السريال"] = true, } for i,p in ipairs(getElementsByType("player")) do local Ser = getPlayerSerial(p) if serials[Ser] then bindKey("jump", "down", Superman.onJump) else return end end Link to comment
likemike12 Posted May 11, 2016 Author Share Posted May 11, 2016 local serials = { ["هنا السريال"] = true, ["هنا السريال"] = true, ["هنا السريال"] = true, ["هنا السريال"] = true, ["هنا السريال"] = true, ["هنا السريال"] = true, ["هنا السريال"] = true, ["هنا السريال"] = true, ["هنا السريال"] = true, ["هنا السريال"] = true, ["هنا السريال"] = true, ["هنا السريال"] = true, ["هنا السريال"] = true, ["هنا السريال"] = true, ["هنا السريال"] = true, } for i,p in ipairs(getElementsByType("player")) do local Ser = getPlayerSerial(p) if serials[Ser] then bindKey("jump", "down", Superman.onJump) else return end end يب شكرااً كفووو ضبط Link to comment
Me[Z]oO Posted May 11, 2016 Share Posted May 11, 2016 local serials = { ["هنا السريال"] = true, ["هنا السريال"] = true, ["هنا السريال"] = true, ["هنا السريال"] = true, ["هنا السريال"] = true, ["هنا السريال"] = true, ["هنا السريال"] = true, ["هنا السريال"] = true, ["هنا السريال"] = true, ["هنا السريال"] = true, ["هنا السريال"] = true, ["هنا السريال"] = true, ["هنا السريال"] = true, ["هنا السريال"] = true, ["هنا السريال"] = true, } for i,p in ipairs(getElementsByType("player")) do local Ser = getPlayerSerial(p) if serials[Ser] then bindKey("jump", "down", Superman.onJump) else return end end يب شكرااً كفووو ضبط حياك الله 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