#NaMrOo'D Posted June 29, 2017 Share Posted June 29, 2017 ي شباب بس مساعده بانوو كيف بدي اخلي الاشاره تروح بعد 15 ثانيه مثلا , وحل مشكله اخر سطر يرحم والديكم # 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 ] = createBlipAttachedTo ( 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
iMr.WiFi..! Posted June 29, 2017 Share Posted June 29, 2017 15 minutes ago, #NaMrOo'D said: ي شباب بس مساعده بانوو كيف بدي اخلي الاشاره تروح بعد 15 ثانيه مثلا , وحل مشكله اخر سطر يرحم والديكم # 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 ] = createBlipAttachedTo ( 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 ) اسم الفنكشن غلط سطر 29 Link to comment
#NaMrOo'D Posted June 29, 2017 Author Share Posted June 29, 2017 ي اخي واي فاي ممكن تحكيلي كيف اخلي الاشاره تختفي بعد 10 او 15 ثانيه Link to comment
^iiEcoo'x_) Posted June 29, 2017 Share Posted June 29, 2017 setTimer isElement destroyElement 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