EH10 Posted January 28, 2014 Share Posted January 28, 2014 السلام عليكم ابي فنكشات اذا مشيت بماركر محدد ماركر كبير تمشي فية يجي صوت هدرز يعني مشيت بالسياره لازم تمشي بماركر محدد توضيح اخر انا جيت ماركر وطلعت سياره ومشيت راح يجي صوت هدرز اذا مافي مشكلة ابي شرح للاكواد Link to comment
aL.Kfo Posted January 28, 2014 Share Posted January 28, 2014 local sound = playSound3D("song.mp3", 373.14, -125.21, 1001, true) function getmaxdistanceFunc() outputChatBox("Max distance: "..getSoundMaxDistance(sound)) end addCommandHandler("getmaxdistance", getmaxdistanceFunc) ممكن يفيدكك استبدل 373.14, -125.21, 1001 Link to comment
فاّرس Posted January 28, 2014 Share Posted January 28, 2014 playSound ما بيضبط لأنه بيكون بمنطقه محدده , الافضل يستخدم playSound3D اظن يقول ماركر كبير , فـ onClientMarkerHit createMarker getLocalPlayer isElement destroyElement playSound Link to comment
!#NssoR_) Posted January 28, 2014 Share Posted January 28, 2014 playSound ما بيضبط لأنه بيكون بمنطقه محدده , الافضل يستخدم playSound3D اظن يقول ماركر كبير , فـonClientMarkerHit createMarker getLocalPlayer isElement destroyElement playSound + onClientMarkerLeave عشان لو خرج من الماركر والصوت بعده شغال يطفيه Link to comment
فاّرس Posted January 28, 2014 Share Posted January 28, 2014 ^ فكرت احطه بس قلت يمكن ان الصوت قصير ذذ Link to comment
EH10 Posted January 28, 2014 Author Share Posted January 28, 2014 ياخي احس في بعضهم مدري لية حاطهم اذا مافي مجال اشرحهم Link to comment
!#NssoR_) Posted January 28, 2014 Share Posted January 28, 2014 createMarker -- الماركر getLocalPlayer -- الاعب الي لمس الماركر isElement -- يتحقق اذا الصوت كان موجود او لا destroyElement -- يطفي الصوت playSound -- يسوي الصوت الي انت تبي تحطه onClientMarkerHit -- عند لمس الماركر onClientMarkerLeave -- عند الخروج من الماركر Link to comment
EH10 Posted January 28, 2014 Author Share Posted January 28, 2014 createMarker -- الماركر getLocalPlayer -- الاعب الي لمس الماركر isElement -- يتحقق اذا الصوت كان موجود او لا destroyElement -- يطفي الصوت playSound -- يسوي الصوت الي انت تبي تحطه onClientMarkerHit -- عند لمس الماركر onClientMarkerLeave -- عند الخروج من الماركر قصدي انا اذا مشيت يعني بالسياره لازم تمشي داخل الماركر مو واقف يعني بس اذا مشيت راح يجي الصوت Link to comment
فاّرس Posted January 28, 2014 Share Posted January 28, 2014 (edited) تقصد لو كنت ماشي يجي الصوت , ولو كنت واقف يروح؟ setTimer isElementWithinMarker isPedInVehicle getLocalPlayer getElementSpeed -- [url=https://wiki.multitheftauto.com/wiki/getElementSpeed]https://wiki.multitheftauto.com/wiki/getElementSpeed[/url] getPedOccupiedVehicle isElement destroyElement playSound Edited January 28, 2014 by Guest Link to comment
EH10 Posted January 28, 2014 Author Share Posted January 28, 2014 تقصد لو كنت ماشي يجي الصوت , ولو كنت واقف يروح؟ setTimer isElementWithinMarker isPedInVehicle getLocalPlayer getElementSpeed -- [url=https://wiki.multitheftauto.com/wiki/getElementSpeed]https://wiki.multitheftauto.com/wiki/getElementSpeed[/url] isElement destroyElement playSound لية تايمر واليمينت سبيد ؟ Link to comment
فاّرس Posted January 28, 2014 Share Posted January 28, 2014 تايمر عشان تتحقق انه داخل الماركر وانه يمشي getElementSpeed تتحقق انه يمشي بإستخدام + getPedOccupiedVehicle في وظيفه نسيتها وهي 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