Jump to content

مشكلة في كود


Recommended Posts

addEventHandler("onTrailerAttach", resourceRoot,

    function ( TruckerVeh1 )

      local driver1 = getVehicleOccupant ( TruckerVeh1 ) 

      if ( driver1 ) then

        if (isElement(TruckerVeh1) and isElement(TruckerTra1)) then

        triggerClientEvent(driver1 , "TrailerAttach", resourceRoot )

        outputChatBox("تم ربط الحمولة",driver1)

         end

    end

end

)



addEventHandler("onTrailerDetach", resourceRoot,

    function ( TruckerVeh1)

      local driver1 = getVehicleOccupant ( TruckerVeh1 ) 

      if ( driver1 ) then

        if (isElement(TruckerVeh1) and isElement(TruckerTra1)) then

        triggerClientEvent(driver1 , "TrailerDetach", resourceRoot )

        outputChatBox("احترس فتم ايقاع الحمولة اذهب لكي تقوم بربطها",driver1)

        end

    end

end

)




addEventHandler("onTrailerAttach", resourceRoot,

    function ( TruckerVeh2 )

      local driver2 = getVehicleOccupant ( TruckerVeh2 ) 

      if ( driver2 ) then

        if (isElement(TruckerVeh2) and isElement(TruckerTra2)) then

        triggerClientEvent(driver2 , "TrailerAttach", resourceRoot )

        outputChatBox("تم ربط الحمولة",driver2)

        end

    end

end

)




addEventHandler("onTrailerDetach", resourceRoot,

    function ( TruckerVeh2 )

      local driver2 = getVehicleOccupant ( TruckerVeh2 ) 

      if ( driver2 ) then

        if (isElement(TruckerVeh2) and isElement(TruckerTra2)) then

        triggerClientEvent(driver2 , "TrailerDetach", resourceRoot )

        outputChatBox("احترس فتم ايقاع الحمولة اذهب لكي تقوم بربطها",driver2)

        end

    end

end

)


onTrailerDetach لية لما اربط الترلا الاولة في الشاحنة الاولة يظهرلي  في الشات"تم ربط الحمولة" مرتين برغم اني مسوي شرط تحقق وكذالك لما افي 

 

Edited by Kas7
Link to comment

الظاهر لي من الكود انك مستخدم نفس الأحداث مكرره مادري وش السبب الوجيه اللي يخليك تستخدم الحدث مرتين، كان بالإمكان وضع تحقق وتقدر تخلي الحدث يسوي وظيفتين.

بمعنى انه resourceRoot والشيء الآخر أنك حاط 

الحدث بيشتغل على طول أول مايصير ربط السيارات او انفصالها بدون تحديد السياره أساساً.

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