Jump to content

تعديل


Adham

Recommended Posts

سلام عليكم ورحمه الله وبركاته المشكله في فكشن fadeCamera

المشكله انا مسوي لما يخش علي باب يخش علي المحل

والاحدثيات تمام وكل شي

انا ابي لما يخش المحل يجي اسود

وشويه يختفي الاسود

انا مسويه لاكن لما يخش م يجيب اسود

addEventHandler ( "onClientMarkerHit", Marker1,
function ( hitPlayer )
                 if ( getElementType( hitPlayer ) == "player"  ) and not isPedInVehicle( hitPlayer ) then 
                 setTimer (function ( )
                 fadeCamera ( true , 1 )
                 setElementInterior ( hitPlayer, 14, 203.99309, -166.55072, 1000.52344)
end,1000,1)
        end
   end 
)

 

Link to comment
addEventHandler ( "onClientMarkerHit", Marker1,
function ( hitPlayer )
                 if ( getElementType( hitPlayer ) == "player"  ) and not isPedInVehicle( hitPlayer ) then 
                 fadeCamera ( false )
                 setTimer ( fadeCamera, 1500, 1, true )
                 setElementInterior ( hitPlayer, 14, 203.99309, -166.55072, 1000.52344)
                 
             end
   end 
)

شوف انا سويته كذا

الكود هذا لما يدخل المركر يدخل في المحل وبعدين يبان شاشه سودا وتظهر تاني ..

انا ابيها لما يخش المركر علطول يجي شاشه سوده بعدين تفتح وتدخل علي المحل

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