Jump to content

Не могу запустить новую карту


Recommended Posts

 

 

Хочу ради интереса запустить карту Vice City. 

Запускаю этот код: 

addEventHandler("onClientResourceStart",getResourceRootElement(getThisResource()),function() 
    for i=550,20000 do
		removeWorldModel(i,10000,0,0,0)
	end
	setOcclusionsEnabled(false)  -- Also disable occlusions when removing certain models
	setWaterLevel(-15000)         -- Also hide the default water as it will be full of holes
end) 

Карта Vice City эта: https://github.com/Wolfee-J/MTA-Vice-City

В mtaserver.conf

<!-- play is the default freeroam gamemode. Remove the following line to prevent it from starting. -->
    <resource src="play" startup="1" protected="0" />
    <resource src="deleteStandartMap" startup="1" protected="0" />
    <resource src="VC2" startup="1" protected="0" />
    <resource src="VCLightGen" startup="1" protected="0" />
    <resource src="VCMini" startup="1" protected="0" />

Итог:

sQCKQMD.png

 

Как правильно прописать ресурсы, чтобы всё чётко работало? Когда захожу на сервер, какое-то время висит экран в районе Чилиада и идёт подгрузка, но потом всё равно спавнит на обычной карте.

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