Jump to content

ممكن مساعده بسيطه وسرييعه وضروري


Recommended Posts

يااا اخواان ضروري

ذا الكود كيف اخليه لاكثر من واحد

if (getPlayerSerial(source) == "هنا السيريال حقك  ضض حذفته") then 
   bindKey("jump", "down", Superman.onJump) 
else return end 

قصدك جدول تحط في سيريالات الاعبين الي تبي؟

Edited by Guest
Link to comment
يااا اخواان ضروري

ذا الكود كيف اخليه لاكثر من واحد

if (getPlayerSerial(source) == "سيريال") then 
   bindKey("jump", "down", Superman.onJump) 
else return end 

قصدك جدول تحط في سيريالات الاعبين الي تبي؟

يب يب

ويكون شغال كيف ؟

Edited by Guest
Link to comment
  
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 

:cry::cry:

Link to comment
  
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 

:cry::cry:

يب شكرااً كفووو

ضبط

Link to comment
  
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 

:cry::cry:

يب شكرااً كفووو

ضبط

حياك الله

:cry:

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