Jump to content

helpp


Recommended Posts

addEventHandler("onClientPlayerWasted", root,
	function()
	setTimer( function()
	fadeCamera( false, 0.2 )
	setTimer( function()
	fadeCamera( true, 0.6 )
	end, 6000, 1 )
	end, 2000, 1 )
	local wstd = playSound("wasted.mp3", true)
	setTimer( function()
	stopSound(wstd)
	end,5000,1)
		addEventHandler("onClientRender", root, ws)
	triggerServerEvent("takemoneywastedfromzombie", localPlayer)
	end
)

المشكة ان كلمة Wasted تجي للكل 

لما احد يموت

هي DX

ابيها تجي فقط للي يموت

Link to comment
addEventHandler("onClientPlayerWasted", root,
	function()
    if localPlayer == source then
	setTimer( function()
	fadeCamera( false, 0.2 )
	setTimer( function()
	fadeCamera( true, 0.6 )
	end, 6000, 1 )
	end, 2000, 1 )
	local wstd = playSound("wasted.mp3", true)
	setTimer( function()
	stopSound(wstd)
	end,5000,1)
		addEventHandler("onClientRender", root, ws)
	triggerServerEvent("takemoneywastedfromzombie", localPlayer)
      end
	end
)

 

  • Like 1
Link to comment
10 minutes ago, #BrosS said:

addEventHandler("onClientPlayerWasted", root,
	function()
    if localPlayer == source then
	setTimer( function()
	fadeCamera( false, 0.2 )
	setTimer( function()
	fadeCamera( true, 0.6 )
	end, 6000, 1 )
	end, 2000, 1 )
	local wstd = playSound("wasted.mp3", true)
	setTimer( function()
	stopSound(wstd)
	end,5000,1)
		addEventHandler("onClientRender", root, ws)
	triggerServerEvent("takemoneywastedfromzombie", localPlayer)
      end
	end
)

 

شكرا لك بس انا سويت كذا

addEventHandler("onClientPlayerWasted", root,
	function(plrwstd)
    if plrwstd == localPlayer then
	setTimer( function()
	fadeCamera( false, 0.2 )
	setTimer( function()
	fadeCamera( true, 0.6 )
	end, 6000, 1 )
	end, 2000, 1 )
	local wstd = playSound("wasted.mp3", true)
	setTimer( function()
	stopSound(wstd)
	end,5000,1)
		addEventHandler("onClientRender", root, ws)
	triggerServerEvent("takemoneywastedfromzombie", localPlayer)
      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...