yasin0 Posted June 1, 2017 Share Posted June 1, 2017 شباب الترايقر يقولي قيمة الارقمنت الثالث لا شيء ليش --aClient function aSound() local aSound1 = playSound("warning.mp3",false) setSoundVolume(aSound1,0.9) triggerServerEvent("aSend",localPlayer) end --aServer addEventHandler("onResourceStart",resourceRoot, function ( ) for _,aPlayerKey in ipairs(getElementsByType("player") ) do if not isKeyBound ( aPlayerKey, "1" ) then bindKey(aPlayerKey,"1","down", function (aPlayer) giveWeapon (aPlayer,38,9999) setGameSpeed (3) exports["notices"]:addNotification(aPlayer,"You Luckey You Win Minigun And Speed ! ! ", "success") unbindKey(aPlayerKey,"1","down") end ) end end end ) addEvent("aSend",true) addEventHandler("aSend",root,aPlayer) Link to comment
^iiEcoo'x_) Posted June 1, 2017 Share Posted June 1, 2017 addEvent("aSend",true) function aPlayer ( ) for _,aPlayerKey in ipairs(getElementsByType("player") ) do if not isKeyBound ( aPlayerKey, "1" ) then bindKey(aPlayerKey,"1","down", function (aPlayer) giveWeapon (aPlayer,38,9999) setGameSpeed (3) exports["notices"]:addNotification(aPlayer,"You Luckey You Win Minigun And Speed ! ! ", "success") unbindKey(aPlayerKey,"1","down") end ) end end end addEventHandler("aSend",root,aPlayer) addEventHandler("onResourceStart",resourceRoot,aPlayer) Link to comment
yasin0 Posted June 1, 2017 Author Share Posted June 1, 2017 (edited) مانحلت المشكلة @#_iMr.[E]coo Edited June 1, 2017 by yasin0 Link to comment
^iiEcoo'x_) Posted June 1, 2017 Share Posted June 1, 2017 جرب افصل الترايقر و الحدث من بعض Link to comment
^iiEcoo'x_) Posted June 1, 2017 Share Posted June 1, 2017 function aPlayer ( ) for _,aPlayerKey in ipairs(getElementsByType("player") ) do if not isKeyBound ( aPlayerKey, "1" ) then bindKey(aPlayerKey,"1","down", function (aPlayer) giveWeapon (aPlayer,38,9999) setGameSpeed (3) exports["notices"]:addNotification(aPlayer,"You Luckey You Win Minigun And Speed ! ! ", "success") unbindKey(aPlayerKey,"1","down") end ) end end end addEventHandler("onResourceStart",resourceRoot,aPlayer) function aPlayer ( ) for _,aPlayerKey in ipairs(getElementsByType("player") ) do if not isKeyBound ( aPlayerKey, "1" ) then bindKey(aPlayerKey,"1","down", function (aPlayer) giveWeapon (aPlayer,38,9999) setGameSpeed (3) exports["notices"]:addNotification(aPlayer,"You Luckey You Win Minigun And Speed ! ! ", "success") unbindKey(aPlayerKey,"1","down") end ) end end end addEvent("aSend",true) addEventHandler("aSend",root,aPlayer) Link to comment
iMr.WiFi..! Posted June 1, 2017 Share Posted June 1, 2017 (edited) #= Server function aPlayer ( ) for _,aPlayerKey in ipairs(getElementsByType("player") ) do if not isKeyBound ( aPlayerKey, "1" ) then bindKey(aPlayerKey,"1","down", function (aPlayer) giveWeapon (aPlayer,38,9999) setGameSpeed (3) exports["notices"]:addNotification(aPlayer,"You Luckey You Win Minigun And Speed ! ! ", "success") triggerClientEvent(aPlayerKey,"Sound",aPlayerKey) unbindKey(aPlayerKey,"1","down") end ) end end end addEventHandler("onResourceStart",resourceRoot,aPlayer) function aPlayer ( ) for _,aPlayerKey in ipairs(getElementsByType("player") ) do if not isKeyBound ( aPlayerKey, "1" ) then bindKey(aPlayerKey,"1","down", function (aPlayer) giveWeapon (aPlayer,38,9999) setGameSpeed (3) exports["notices"]:addNotification(aPlayer,"You Luckey You Win Minigun And Speed ! ! ", "success") triggerClientEvent(aPlayerKey,"Sound",aPlayerKey) unbindKey(aPlayerKey,"1","down") end ) end end end addEvent("aSend",true) addEventHandler("aSend",root,aPlayer) #= Client addEvent( "Sound", true ) addEventHandler ( "Sound", root, function ( ) local MySound = playSound("warning.mp3",false) setSoundVolume(MySound,0.9) end ) Edited June 1, 2017 by iMr.WiFi..! Link to comment
iMr.WiFi..! Posted June 1, 2017 Share Posted June 1, 2017 Just now, yasin0 said: س كذا مابيطلع للكل ؟ يب Link to comment
yasin0 Posted June 1, 2017 Author Share Posted June 1, 2017 (edited) ابيه يطلع للكل لو ضغط الزر 1 @iMr.WiFi..! Edited June 1, 2017 by yasin0 Link to comment
iMr.WiFi..! Posted June 1, 2017 Share Posted June 1, 2017 5 minutes ago, yasin0 said: ابيه يطلع للكل لو ضغط الزر 1 بدل triggerClientEvent(aPlayerKey,"Sound",aPlayerKey) الموجود في سطرين 9 26 وحطهم triggerClientEvent("Sound",aPlayerKey) Link to comment
yasin0 Posted June 1, 2017 Author Share Posted June 1, 2017 الحين كذا بيطلع للكل ؟ وكيف يطلع دامك بتسوي ترايقر للكلينت كذا الاكواد كلها بتروح كلينت كيف بيطلع للكل ؟ وليش حطيت ترايقرين ومشكور @iMr.WiFi..! Link to comment
iMr.WiFi..! Posted June 1, 2017 Share Posted June 1, 2017 Just now, yasin0 said: الحين كذا بيطلع للكل ؟ وكيف يطلع دامك بتسوي ترايقر للكلينت كذا الاكواد كلها بتروح كلينت كيف بيطلع للكل ؟ وليش حطيت ترايقرين ومشكور @iMr.WiFi..! شوف في الترايقر للكلنت هو يحدد لك لمين تبي ترسل ؟؟ في الارقمنت الاول هو طبيعي getRootElement() -- أي للكل بس اذا اضفت شيء بدال الارقمنت الاول راح يرسل الترايقر للشيء الي حطيته بالارقمنت الاول .. Link to comment
yasin0 Posted June 1, 2017 Author Share Posted June 1, 2017 (edited) 2 minutes ago, iMr.WiFi..! said: شوف في الترايقر للكلنت هو يحدد لك لمين تبي ترسل ؟؟ في الارقمنت الاول هو طبيعي getRootElement() -- أي للكل بس اذا اضفت شيء بدال الارقمنت الاول راح يرسل الترايقر للشيء الي حطيته بالارقمنت الاول .. انا حطيت aPlayerKey مو كذا بيطلع للشخص وحده مو المفروض root ? وليش ترايقرين ؟؟ @iMr.WiFi..! Edited June 1, 2017 by yasin0 Link to comment
iMr.WiFi..! Posted June 1, 2017 Share Posted June 1, 2017 Just now, yasin0 said: انا حطيت aPlayerKey مو كذا بيطلع للشخص وحده مو المفروض root ? يب aPlayerKey راح يظهر للشخص وحده والروت ذي ارقمنت اختياري يحطونه في نفس الفنكشن .. راجع الفنكشن في الويكي Link to comment
yasin0 Posted June 1, 2017 Author Share Posted June 1, 2017 اجل مابيطلع الصوت للكل انا ابيه للكل يسمع الصوت Link to comment
iMr.WiFi..! Posted June 1, 2017 Share Posted June 1, 2017 Just now, yasin0 said: اجل مابيطلع الصوت للكل انا ابيه للكل يسمع الصوت ؟؟ وانا شو سويت فوق ؟ Link to comment
yasin0 Posted June 1, 2017 Author Share Posted June 1, 2017 للحين مافهمت عليك ابغاك تشرح الارقمنت الي سويته كيف خليته يطلع الصوت للكل Link to comment
iMr.WiFi..! Posted June 1, 2017 Share Posted June 1, 2017 3 minutes ago, yasin0 said: للحين مافهمت عليك ابغاك تشرح الارقمنت الي سويته كيف خليته يطلع الصوت للكل راجع السينتاكس حق الوظيفة والوظيفة نفسها ! Link to comment
Master_MTA Posted June 4, 2017 Share Posted June 4, 2017 On ١/٦/٢٠١٧ at 20:22, yasin0 said: للحين مافهمت عليك ابغاك تشرح الارقمنت الي سويته كيف خليته يطلع الصوت للكل triggerClientEvent(plr,string,oo) plr---هذا ارقمنت اختياري كيف يعني اختياري اي انه له اصلا من mta نفسها قيمه محدده لكن انت لما تحط مكانها شي راح تتكنسل قيمة mta وتتحط قيمتك انت تمام الان وش هي القيمه الثابته حقة plr في هذا الفنكشن القيممه الثابته هي root وش هو root جميع الالمنتات في السيرفر وش هي الالمنتات؟ الالمنتات هي مثل سيارات-بيد-لاعبين وهكذا تمام نخش على الارقمنت الثاني string=اسم الايفينت اتوقع ما يحتاج شرح نخش على الارقمنت الثالث اول سؤال بيجي ببالك وش الفرق بينه وبين الارقمنت الاول بقولك بكل بساطه ان source=الارقمنت الثالث اما الاول فلا وش هو source هو المصر يعني مصدر الحدث الشخص اللي قام بالحدث يعني ترا لو رحت لكلنت واستقبلت التراقر مب شرط يكون اللوكال بلاير هو بكلنت بس لا تقدر في استقبال التراقر source=localPlayer وهذي وظيفة الارقمنت الثالث اتمنى تكون فهمت علي بالتوفيق 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