Jump to content

مشكله -_-


Recommended Posts

setTimer ( function ( source )
if getElementData( source, "onMission" ) == true then
if playersIntoMission < 1 then
OutPut ( "✱⌠ ! لم تبدأ مهمة الركض لعدم توفر اللاعبين ⌡✱", root, 255, 0, 0, true )
killPed ( source )
setElementData( source, "onMission", false )
playersIntoMission = 0
MissionStart ()
return end
end
end, 3000, 1 )

المشكله

Bad argument @ getElementData

Link to comment
setTimer ( function ( source )
if getElementData( source, "onMission" ) == true and playersIntoMission < 1 then
OutPut ( "✱⌠ ! لم تبدأ مهمة الركض لعدم توفر اللاعبين ⌡✱", root, 255, 0, 0, true )
killPed ( source )
setElementData( source, "onMission", false )
playersIntoMission = 0
MissionStart ()
return end
end
end, 3000, 1 )

 

Link to comment
setTimer ( function ( source )
if getElementData( source, "onMission" ) == true then
if playersIntoMission < 1 then
OutPut ( "✱⌠ ! لم تبدأ مهمة الركض لعدم توفر اللاعبين ⌡✱", root, 255, 0, 0, true )
killPed ( source )
setElementData( source, "onMission", false )
playersIntoMission = 0
MissionStart ()
return end
end
end, 3000, 1 ,source)

لو مـ اشتغل اطرح لنا الكود كامل

  • Thanks 1
Link to comment
11 hours ago, Hakan said:

setTimer ( function ( source )
if getElementData( source, "onMission" ) == true then
if playersIntoMission < 1 then
OutPut ( "✱⌠ ! لم تبدأ مهمة الركض لعدم توفر اللاعبين ⌡✱", root, 255, 0, 0, true )
killPed ( source )
setElementData( source, "onMission", false )
playersIntoMission = 0
MissionStart ()
return end
end
end, 3000, 1 ,source)

لو مـ اشتغل اطرح لنا الكود كامل

شكرا لك اشتغل

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