+Source|> Posted July 22, 2017 Posted July 22, 2017 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 ابيها تجي فقط للي يموت
#BrosS Posted July 22, 2017 Posted July 22, 2017 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 ) 1
+Source|> Posted July 22, 2017 Author Posted July 22, 2017 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 ) ليه ما ظبطت
#BrosS Posted July 22, 2017 Posted July 22, 2017 هي اللاعب اللي مات onClientPlayerWaster السورس حقت مافي داعي تعرف لاعب ثاني الا القاتل 1
+Source|> Posted July 22, 2017 Author Posted July 22, 2017 9 minutes ago, #BrosS said: هي اللاعب اللي مات onClientPlayerWaster السورس حقت مافي داعي تعرف لاعب ثاني الا القاتل شكرا
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