Jump to content

Ayuda SetCameraMatrix


Recommended Posts

  
addEventHandler( "onClientResourceStart", getResourceRootElement(), 
    function ( ) 
        fadeCamera( true ); 
        setTimer( setCameraMatrix, 50, 1,  
            1487.68, -886.20, 88.6464, 
            1415.38, -808.59, 91.8533); 
        fadeCamera( true ); 
        setTimer( setCameraMatrix, 50, 1, 
                1967.71, 1342.9, 26.63, 
                        2034.47, 1343.02, 20.01); 
     
        letterBox.flyIn( ); 
         
        preloadClassesInfo( ); 
         
        createClassSelectionWnd( ); 
        createGroupSelectionWnd( ); 
        createClassDescriptionWnd( ); 
        createClassWeaponWnd( ); 
        createPasswordWnd( ); 
                 
        setTimer( createTempPed, 100, 1 ); 
         
        showCursor( true ); 
        showSpawnMenu( false, true ); 
        showHUDComponents( allHUDElements ); 
    end 
); 
  

Quiero poner para al entrar salgan diferente posicion de camaras, que no siempre salga una.

Link to comment
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...