Jump to content

تعديل


Adham

Recommended Posts

Posted

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

 

Posted

حطيته , false

صار لما ادخل المحل

يجيب اسود بعد م ادخل المحل بكنير انا

ابي لما يخش الباب

Posted
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 
)

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

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

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

Posted

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

 

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