Jump to content

إطرح كود واللي بعدك يشرحه


N3xT

Recommended Posts

addCommandHandler("serverName", -- اضافة امر	
  function ( player ) --- وظيفه + نعرف الشيء داخله القوسين		
    local name = getServerName() -- نجيب اسم السيرفر
		outputChatBox(name,player,0,255,0,true) --- نخرجه في الشات بوكس
	end
)

--- مثآل : 

--- اسم السيرفر 'aUmANhMR'
--- راح  لما تكتب الامر راح يجيك الناتج

--- 'aUmANhMR'

 

Edited by iMr ~ MnHmAr
Link to comment
  • 3 years later...
setTimer(function()
    for i , v in ipiars(getElementsByType("player")) do
        if i%2 == 0 then
            outputChatBox("KILL: "..getPlayerName(v))
        else
            outputChatBox("no KILL: "..getPlayerName(v))
        end
    end
end,1500,0)

رفع المنشور :)

 

Link to comment
16 hours ago, #Mr.Pop said:

setTimer(function()
    for i , v in ipiars(getElementsByType("player")) do
        if i%2 == 0 then
            outputChatBox("KILL: "..getPlayerName(v))
        else
            outputChatBox("no KILL: "..getPlayerName(v))
        end
    end
end,1500,0)

رفع المنشور :)

 

تايمر على جميع لاعبين السيرفر, واذا كان رقم اللاعب رقم زوجي ( يقبل القسمة على 2) يرسل رسالة قتل والعكس صحيح

  • Thanks 1
Link to comment
5 hours ago, N3xT said:

تايمر على جميع لاعبين السيرفر, واذا كان رقم اللاعب رقم زوجي ( يقبل القسمة على 2) يرسل رسالة قتل والعكس صحيح

 ??تكفا حط كود عشان اللي بعدك يشرحه

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