Jump to content

مساعدة


Snakegold

Recommended Posts

بدي لما شخص يدخل للسيرفر و معه ميوت تجي كذا

has joined the game [muted]

addEventHandler("onClientPlayerJoin", root,
	function()
		triggerServerEvent ( "checkmutedevent", thePlayer)
		return
	outputChatBox("• #FFFFFF"..getPlayerName(source):gsub("#%x%x%x%x%x%x","").."#006400 has joined the game", 0, 100, 0, true)
	end)
addEvent ("checkmutedevent",true)
addEventHandler ("checkmutedevent",root,
function checkmuted (thePlayer)
if isPlayerMuted ( thePlayer ) then
	outputChatBox("• #FFFFFF"..getPlayerName(source):gsub("#%x%x%x%x%x%x","").."#006400 has joined the game [#ffffffMuted#006400]", 0, 100, 0, true)
	end
end)

 

Link to comment
addEventHandler('onPlayerJoin',root,
	function()
		if isPlayerMuted(source) then
			outputChatBox("• #FFFFFF"..getPlayerName(source):gsub("#%x%x%x%x%x%x","").."#006400 has joined the game [#ffffffMuted#006400]",root, 0, 100, 0, true)
		end
	end
)

 

حطوا في ملف السيرفر واحذف كل اللي انتا مسوي في السيرفر والكلنت

 

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