Mr.Mostafa Posted April 22, 2018 Share Posted April 22, 2018 آلسلام عليكم -- آبي آسوي لمآ آكتب بآف 8 /all منورين يجي صوت لجميع لآعبين آلسيرفر + حآولت آسوي تريقر لكن مدري وش آلخطآ client : function noob ( player) if getLocalPlayer ( ) then triggerServerEvent("soundd",localPlayer) end end addCommandHandler ( "all", noob ) server : addEvent("soundd",true) addEventHandler("soundd",root, function () playSound("chat.mp3") end ) Link to comment
Doffy Posted April 22, 2018 Share Posted April 22, 2018 (edited) سويته لك من الجوال علسريع مدري اذا صح او غلط شوفه :] --server addCommandHandler("all", function ( plr , value) if ( value == "منورين" ) then triggerClientEvent(getRootElement(), "soundd", getRootElement()) end end ) --client addEvent("soundd",true) addEventHandler("soundd",root, function () playSound("chat.mp3") end ) Edited April 22, 2018 by #DesTroeyR 1 Link to comment
Mr.Mostafa Posted April 22, 2018 Author Share Posted April 22, 2018 33 minutes ago, #DesTroeyR said: سويته لك من الجوال علسريع مدري اذا صح او غلط شوفه :] --server addCommandHandler("all", function ( plr , value) if ( value == "منورين" ) then triggerClientEvent(getRootElement(), "soundd", getRootElement()) end end ) --client addEvent("soundd",true) addEventHandler("soundd",root, function () playSound("chat.mp3") end ) مآ آشتغلت 34 minutes ago, #DesTroeyR said: سويته لك من الجوال علسريع مدري اذا صح او غلط شوفه :] --server addCommandHandler("all", function ( plr , value) if ( value == "منورين" ) then triggerClientEvent(getRootElement(), "soundd", getRootElement()) end end ) --client addEvent("soundd",true) addEventHandler("soundd",root, function () playSound("chat.mp3") end ) + آنآ آبي آي كلمة آكتبهآ من /all يطلع صوت مش شرط منورين Link to comment
+Source|> Posted April 23, 2018 Share Posted April 23, 2018 On 4/22/2018 at 12:35, Mr.Mostafa said: مآ آشتغلت + آنآ آبي آي كلمة آكتبهآ من /all يطلع صوت مش شرط منورين اكتب في اف ٨ all --server addCommandHandler("all", function () triggerClientEvent(root, "soundd", root) end ) 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