+Source|> Posted June 16, 2018 Share Posted June 16, 2018 ابي اسوي تايمر يتحقق ان لو اللاعبين في السيرفر اكبر من 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
Rockyz Posted June 16, 2018 Share Posted June 16, 2018 #getElementsByType('player') 1 Link to comment
+Source|> Posted June 18, 2018 Author Share Posted June 18, 2018 On 6/17/2018 at 00:19, #,+( _xiRoc[K]; > said: #getElementsByType('player') كذا صح يعني ؟ Link to comment
N3xT Posted June 18, 2018 Share Posted June 18, 2018 setTimer( function() if ( #getElementsByType("player") >= 3 ) then outputChatBox( "Test", root ) else outputChatBox( "UnTest", root ) end end, 100, 0 ) 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