Jump to content

طلب فنكشات &


EH10

Recommended Posts

السلام عليكم

ابي فنكشات

اذا مشيت بماركر محدد ماركر كبير تمشي فية يجي صوت هدرز يعني مشيت بالسياره لازم تمشي بماركر محدد

توضيح اخر

انا جيت ماركر وطلعت سياره ومشيت راح يجي صوت هدرز

اذا مافي مشكلة ابي شرح للاكواد

Link to comment
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
createMarker -- الماركر  
getLocalPlayer -- الاعب الي لمس الماركر  
isElement -- يتحقق اذا الصوت كان موجود او لا 
destroyElement -- يطفي الصوت  
playSound -- يسوي الصوت الي انت تبي تحطه  
  

onClientMarkerHit -- عند لمس الماركر

onClientMarkerLeave -- عند الخروج من الماركر

Link to comment
createMarker -- الماركر  
getLocalPlayer -- الاعب الي لمس الماركر  
isElement -- يتحقق اذا الصوت كان موجود او لا 
destroyElement -- يطفي الصوت  
playSound -- يسوي الصوت الي انت تبي تحطه  
  

onClientMarkerHit -- عند لمس الماركر

onClientMarkerLeave -- عند الخروج من الماركر

قصدي انا اذا مشيت يعني بالسياره لازم تمشي داخل الماركر مو واقف يعني بس اذا مشيت راح يجي الصوت

Link to comment

تقصد لو كنت ماشي يجي الصوت , ولو كنت واقف يروح؟

setTimer 
isElementWithinMarker 
isPedInVehicle 
getLocalPlayer 
getElementSpeed -- [url=https://wiki.multitheftauto.com/wiki/getElementSpeed]https://wiki.multitheftauto.com/wiki/getElementSpeed[/url] 
getPedOccupiedVehicle 
isElement 
destroyElement 
playSound 
Edited by Guest
Link to comment
تقصد لو كنت ماشي يجي الصوت , ولو كنت واقف يروح؟

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

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...