Jump to content

تصحيح هذا الكود !


waYsa

Recommended Posts

addEventHandler("onPlayerJoin" , root , function()
outputChatBox("لقد دخل زائدر",root,255,0,0,true)
outputChatBox("يا هلا ومرحب فيك يا كفو",source,255,0,0,true)
count=count +1 
outputChatBox("عدد الزوار هو"..count..)
end
)
 

Link to comment
addEventHandler("onPlayerJoin", root, 
	function ()
		outputChatBox("لقد دخل زائدر",root,255,0,0,true)
		outputChatBox("يا هلا ومرحب فيك يا كفو",source,255,0,0,true) 
		outputChatBox(getPlayerCount() .. " عدد الزوار هو",root,255,0,0,true)
	end
)

 

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