DANY12 Posted July 27, 2016 Share Posted July 27, 2016 Hi Guys Iam Make A Dayz Server In Mta And i Was Want To Ask If Its Possible To Change The Map What i Mean Is .. : Insted Of San Andreas Map \ Lv\Ls\Sf And The Rest .. I Can Make New Map Like Gta V Map Or Other Countrey Maps Thnx For Who Ever Help Me Link to comment
bosslorenz Posted July 27, 2016 Share Posted July 27, 2016 I dont think it is possible, either make a map using gtasa objects. Link to comment
Walid Posted July 27, 2016 Share Posted July 27, 2016 Hi Guys Iam Make A Dayz Server In Mta And i Was Want To Ask If Its Possible To Change The Map What i Mean Is .. : Insted Of San Andreas Map \ Lv\Ls\Sf And The Rest .. I Can Make New Map Like Gta V Map Or Other Countrey Maps Thnx For Who Ever Help Me Yes it's toggleControl("radar", false) then do what you want. I dont think it is possible, either make a map using gtasa objects. :fp: Link to comment
Hale Posted July 27, 2016 Share Posted July 27, 2016 https://forums.vc-rp.net/ This server uses Vice City map. Link to comment
DANY12 Posted July 27, 2016 Author Share Posted July 27, 2016 about toggleControl("radar", false) where should i writh this ?? Link to comment
Walid Posted July 27, 2016 Share Posted July 27, 2016 about toggleControl("radar", false) where should i writh this ?? Client side (just to daisable F11 map then added anything you want) function disableMap ( ) toggleControl("radar", false) end addEventHandler ( "onClientResourceStart", resourceRoot, disableMap ) Link to comment
DANY12 Posted July 27, 2016 Author Share Posted July 27, 2016 i dont mean F11 map .. i mean the game map or world how ever you call it Link to comment
Walid Posted July 27, 2016 Share Posted July 27, 2016 i dont mean F11 map .. i mean the game map or world how ever you call it Changing the whole map without without disabling F11, i think it's not a good idea. anyways -- delete all mta sa object for i=550,20000 do removeWorldModel(i,10000,0,0,0) end setOcclusionsEnabled(false) setWaterLevel(-5000) You need to be a good mapper to create your own one. Link to comment
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now