Jump to content

تم الافادة من قبل اوسكار و ميزو


#TeKa

Recommended Posts

السلام عليكم

سويت ماركر ان لما يدخلو يضغط TAB

تشتغل اغنية

المهم انا جربتو الماركر اشتغل بس لما ادخل و ادوس TAB

ما يشتغل الاغنية

الاكواد

local anzar = createMarker (-711,957,12.382266998291, "cylinder", 1.5, 200,100,100,150) 
createBlipAttachedTo(anzar,56) 
  
--EventBinding 
addEventHandler ("onMarkerHit",anzar, 
function () 
bindKey ("tab","down") 
PlaySound("anzaar.mp3",true) 
end) 

Edited by Guest
Link to comment
bindKey ("tab","down",function () 
if isElementWithinMarker(localPlayer, anzar ) then 
playSound("anzaar.mp3") 
end 
end) 

ما ظبط شوف

local anzar = createMarker (-711,957,12.382266998291, "cylinder", 1.5, 200,100,100,150) 
createBlipAttachedTo(anzar,56) 
  
--EventBinding 
addEventHandler ("onMarkerHit",root, 
bindKey ("tab","down", 
function () 
  
if isElementWithinMarker(localPlayer, anzar ) then 
  
playSound("anzaar.mp3") 
end 
end) 

Link to comment
لاتغير في شئ

local anzar = createMarker (-711,957,12.382266998291, "cylinder", 1.5, 200,100,100,150) 
createBlipAttachedTo(anzar,56) 
--- 
bindKey ("tab","down",function () 
if isElementWithinMarker(localPlayer, anzar ) then 
playSound("anzaar.mp3") 
end 
end) 

شوف مو شغال ما ظبط شوف

يقول لي في الدي بق

ERROR: Loading script failed: markersound/client.lua:13: ')' expected (to close '(' at line 5) near ''

Link to comment
لاتغير في شئ

local anzar = createMarker (-711,957,12.382266998291, "cylinder", 1.5, 200,100,100,150) 
createBlipAttachedTo(anzar,56) 
--- 
bindKey ("tab","down",function () 
if isElementWithinMarker(localPlayer, anzar ) then 
playSound("anzaar.mp3") 
end 
end) 

شوف مو شغال ما ظبط شوف

يقول لي في الدي بق

ERROR: Loading script failed: markersound/client.lua:13: ')' expected (to close '(' at line 5) near ''

الكود كله 8 سطور من وين جاء سطر 13 ؟

Link to comment
اطرح سطر 13 و سطر 5

دلوقتي اشتغل بس الصوت بردو ما يشتغل اول لما اضغط tab

شوف الاكواد

local anzar = createMarker (-711,957,12.382266998291, "cylinder", 1.5, 200,100,100,150) 
createBlipAttachedTo(anzar,56) 
--- 
bindKey ("tab","down",function () 
if isElementWithinMarker(localPlayer, anzar ) then 
playSound("anzaar.mp3") 
end 
end) 

Link to comment
local anzar = createMarker (-711,957,12.382266998291, "cylinder", 1.5, 200,100,100,150) 
createBlipAttachedTo(anzar,56) 
--- 
bindKey ("tab","down",function () 
if isElementWithinMarker(localPlayer, anzar ) then 
local sound = playSound("anzaar.mp3")  
setSoundVolume(sound, 0.5)  
end 
end) 

Link to comment
انا لا اري اي مساعدا

i not see any help

كلنت

local anzar = createMarker (-711,957,12.382266998291, "cylinder", 1.5, 200,100,100,150) 
createBlipAttachedTo(anzar,56) 
--- 
bindKey ("tab","down",function () 
if isElementWithinMarker(localPlayer, anzar ) then 
playSound("anzar.mp3") 
end 
end) 

ميتا


اسم الصوت

anzar

المشكله انك ماكنت ضايف الصوت بملف الميتا

Edited by Guest
Link to comment
انا لا اري اي مساعدا

i not see any help

كلنت

local anzar = createMarker (-711,957,12.382266998291, "cylinder", 1.5, 200,100,100,150) 
createBlipAttachedTo(anzar,56) 
--- 
bindKey ("tab","down",function () 
if isElementWithinMarker(localPlayer, anzar ) then 
playSound("anzar.mp3") 
end 
end) 

ميتا


اسم الصوت

anzar

المشكله انك ماكنت ضايف الصوت بملف الميتا

شكرا ليك اشتغل

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