Jump to content

- | مسسسأعدةه | -


Recommended Posts

ي شباب بس مساعده بانوو كيف بدي اخلي الاشاره تروح بعد 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
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

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