waYsa Posted November 11, 2016 Share Posted November 11, 2016 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
N3xT Posted November 11, 2016 Share Posted November 11, 2016 addEventHandler("onPlayerJoin", root, function () outputChatBox("لقد دخل زائدر",root,255,0,0,true) outputChatBox("يا هلا ومرحب فيك يا كفو",source,255,0,0,true) outputChatBox(getPlayerCount() .. " عدد الزوار هو",root,255,0,0,true) end ) 1 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