Jump to content

مساعده بكود


Recommended Posts

ابي اسوي تايمر يتحقق ان لو اللاعبين في السيرفر اكبر من 3

يجي بالشات كلمه

setTimer(
function()
	for i, v in ipairs( getElementsByType( "player" ) ) do
		if v >= 3 then
			outputChatBox( "Test", root )
		else
			outputChatBox( "UnTest", root )
		end
	end
end, 100, 0 )

 

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