Jump to content

طلب كود


Recommended Posts

ما سوا سباون

اذا كان القيم مود اللي تستخدمه بلاي

عدل على ملف البلاي

[quote="فتى تبوك"][lua]addEventHandler("onResourceStart", resourceRoot, 
    function() 
        resetMapInfo() 
        for i,player in ipairs(getElementsByType("player")) do 
            spawn(player) 
        end 
    end 
) 
  
function spawn(player) 
    if not isElement(player) then return end 
    repeat until spawnPlayer ( player, X+math.random(1,5), Y+math.random(5,9), Z, 180, Skin, 0, 0) 
    fadeCamera(player, true) 
    setCameraTarget(player, player) 
    showChat(player, true) 
end 
  
addEventHandler("onPlayerJoin", root, 
    function() 
        spawn(source) 
    end 
) 
  
addEventHandler("onPlayerWasted", root, 
    function() 
        setTimer(spawn, 1800, 1, source) 
    end 
) 

بدل الـ X z y بالاحداثيات

وبدل الـ skin برقم الشخصيه

[/lua]

Link to comment
ما سوا سباون

اذا كان القيم مود اللي تستخدمه بلاي

عدل على ملف البلاي

[quote="فتى تبوك"][lua]addEventHandler("onResourceStart", resourceRoot, 
    function() 
        resetMapInfo() 
        for i,player in ipairs(getElementsByType("player")) do 
            spawn(player) 
        end 
    end 
) 
  
function spawn(player) 
    if not isElement(player) then return end 
    repeat until spawnPlayer ( player, X+math.random(1,5), Y+math.random(5,9), Z, 180, Skin, 0, 0) 
    fadeCamera(player, true) 
    setCameraTarget(player, player) 
    showChat(player, true) 
end 
  
addEventHandler("onPlayerJoin", root, 
    function() 
        spawn(source) 
    end 
) 
  
addEventHandler("onPlayerWasted", root, 
    function() 
        setTimer(spawn, 1800, 1, source) 
    end 
) 

بدل الـ X z y بالاحداثيات

وبدل الـ skin برقم الشخصيه

[/lua]

جآك الخبير في البرمجه -_-

وش تحس بوه =)

Link to comment
ما سوا سباون

اذا كان القيم مود اللي تستخدمه بلاي

عدل على ملف البلاي

[quote="فتى تبوك"][lua]addEventHandler("onResourceStart", resourceRoot, 
    function() 
        resetMapInfo() 
        for i,player in ipairs(getElementsByType("player")) do 
            spawn(player) 
        end 
    end 
) 
  
function spawn(player) 
    if not isElement(player) then return end 
    repeat until spawnPlayer ( player, X+math.random(1,5), Y+math.random(5,9), Z, 180, Skin, 0, 0) 
    fadeCamera(player, true) 
    setCameraTarget(player, player) 
    showChat(player, true) 
end 
  
addEventHandler("onPlayerJoin", root, 
    function() 
        spawn(source) 
    end 
) 
  
addEventHandler("onPlayerWasted", root, 
    function() 
        setTimer(spawn, 1800, 1, source) 
    end 
) 

بدل الـ X z y بالاحداثيات

وبدل الـ skin برقم الشخصيه

[/lua]

جآك الخبير في البرمجه -_-

وش تحس بوه =)

بي كول استجهل الناس الي زي كذا عشان اذا جادلته راح تكون من مستواه

يعني مثل ما هتلر قال

"لا تجادل الاحمق"

Link to comment
ما سوا سباون

اذا كان القيم مود اللي تستخدمه بلاي

عدل على ملف البلاي

[quote="فتى تبوك"][lua]addEventHandler("onResourceStart", resourceRoot, 
    function() 
        resetMapInfo() 
        for i,player in ipairs(getElementsByType("player")) do 
            spawn(player) 
        end 
    end 
) 
  
function spawn(player) 
  
  
  
    if not isElement(player) then return end 
    repeat until spawnPlayer ( player, X+math.random(1,5), Y+math.random(5,9), Z, 180, Skin, 0, 0) 
    fadeCamera(player, true) 
    setCameraTarget(player, player) 
    showChat(player, true) 
end 
  
addEventHandler("onPlayerJoin", root, 
    function() 
        spawn(source) 
    end 
) 
  
addEventHandler("onPlayerWasted", root, 
    function() 
        setTimer(spawn, 1800, 1, source) 
    end 
) 

بدل الـ X z y بالاحداثيات

وبدل الـ skin برقم الشخصيه

[/lua]

انا توني مبتدأ

Link to comment
شباب بغيت كود اذا لاعب وقف وقت انا احدده يخله باند

افصللكك نظآرآت ولا بتفصل بروحك !

شباب بغيت كود اذا لاعب وقف وقت انا احدده يخله باند

فصلها لنفسك

الله يوفقكم في الكود =)

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