NTeam Development
  • MAIN
  • INFORMATION
    • Support
    • Licenses
  • FAQ
    • You lack the required entitlement to use
    • Random props on map / textures bug / missing buildings
    • sp_manifest.ymt error?
    • Stuck on loading screen?
  • TUTORIALS
    • Conflicts
    • Bilboards
  • MAPS
    • Installation
    • Los Santos River
      • Installation
    • Custom Caffe
      • Elevator script
    • Mile High
      • Versions
      • Elevator script
    • Bridge V2
      • Blockade Script
    • Borders
      • Borders script
    • Monorail
    • Hospital
  • SCRIPTS
    • Admin Panel
      • ESX
        • Installation
        • Config
        • Webhook
      • QB-Core
        • Installation
        • Config
        • Webhook
    • Job Dashboard
      • ESX
        • Installation
        • Config
        • Presets
        • Logs
    • Pause Menu
      • ESX & QB-Core
        • Installation
        • Config
        • Style
    • Train scenario script
Powered by GitBook
On this page
  1. MAPS
  2. Los Santos River

Installation

PreviousLos Santos RiverNextCustom Caffe

Last updated 1 year ago

Missing water on some spots of river?

  1. Locate every gta5.meta files on your server

  2. Edit this part of code

            <Item>            
                   <filename>COMMON:/data/levels/gta5/heightmap.dat</filename>       
                   <fileType>WORLD_HEIGHTMAP_FILE</fileType>     
            </Item>
  3. Into this

    	<Item>  	
    		<filename>resources:/cfx-nteam-river/heightmap.dat</filename>
    	  	<fileType>WORLD_HEIGHTMAP_FILE</fileType>
    	</Item>

Scenarios that are edited

  • cypress_flats.ymt

  • east_los_santos.ymt

  • la_mesa.ymt

It should look like this