#NaMrOo'D Posted July 8, 2017 Share Posted July 8, 2017 Blip [ player ] = createBlipAttachTo (player, 41 ) هاض سطر ممكن حدا يحكيلي ليش في خطا يعطيني كلمه nil ثاني شي كيف اخلي فقط الاشاره تظهر للاعب مش لكل لاعبين ويكون لها وقت يعني 10 ثواني وتختفي Blip = {} addEvent ('AttachTheBlip', true ) addEventHandler ('AttachTheBlip', root, function ( xPlayer ) if xPlayer then local player = getPlayerFromName ( xPlayer ) if player then if Blip [ player ] and isElement ( Blip [ player ] ) then return end Blip [ player ] = createBlipAttachTo (player, 41 ) end end end ) addEventHandler ( 'onPlayerQuit', root, function () if Blip [ source ] and isElement ( Blip [ source ] ) then destoryElement ( Blip [ source ] ) Blip [ source ] = nil end end ) Link to comment
1337.Ibrahim Posted July 8, 2017 Share Posted July 8, 2017 createBlipAttachedTo -- setTimer Link to comment
#BrosS Posted July 8, 2017 Share Posted July 8, 2017 2 hours ago, #NaMrOo'D said: destoryElement ( Blip [ source ] ) هيه Link to comment
iMr.WiFi..! Posted July 8, 2017 Share Posted July 8, 2017 3 hours ago, #NaMrOo'D said: Blip [ player ] = createBlipAttachTo (player, 41 ) هاض سطر ممكن حدا يحكيلي ليش في خطا يعطيني كلمه nil ثاني شي كيف اخلي فقط الاشاره تظهر للاعب مش لكل لاعبين ويكون لها وقت يعني 10 ثواني وتختفي Blip = {} addEvent ('AttachTheBlip', true ) addEventHandler ('AttachTheBlip', root, function ( xPlayer ) if xPlayer then local player = getPlayerFromName ( xPlayer ) if player then if Blip [ player ] and isElement ( Blip [ player ] ) then return end Blip [ player ] = createBlipAttachTo (player, 41 ) end end end ) addEventHandler ( 'onPlayerQuit', root, function () if Blip [ source ] and isElement ( Blip [ source ] ) then destoryElement ( Blip [ source ] ) Blip [ source ] = nil end end ) اتوقع عطيناك الحل في الموضوع السابق لاتكرر تفتح مواضيع -.- Link to comment
!#NssoR_) Posted July 8, 2017 Share Posted July 8, 2017 يرجي منك التكملة بنفس موضوعك السابق , وفي حال قمت بتكرار مواضيعك ستعرض نفسك للمعاقبة يغلق..# Link to comment
Recommended Posts