KissMTA Posted April 28, 2016 Share Posted April 28, 2016 hey i wanna Remove F1 in gamemode i need spawn Only i want Remove this http://i.imgur.com/o3I1LRq.png and J for jetpack "i want Spawn only" teach me how ? pls Link to comment
stefutz101 Posted April 29, 2016 Share Posted April 29, 2016 That panel is from 'play' gamemode . If you want to remove that panel you must edit gamemode . Or you must edit it . Link to comment
Moderators IIYAMA Posted May 1, 2016 Moderators Share Posted May 1, 2016 It is not from the gamemode play, but from freeroam. Open [play]/play.zip Open the meta.xml from the zip. Then you see this: <meta> <info author="BrophY" description="A playtest/freeroam mode" version="1" type="gamemode" /> <include resource="freeroam" /> <include resource="spawnmanager" /> <settings> <setting name="*spawnreset" value="onSpawn" friendlyname="Spawn Reset" accept="onSpawn,onServerEmpty,onServerStart" desc="When should a new spawnpoint be chosen?" /> </settings> <map src="broph.map" /> <script src="broph.lua"/> </meta> Remove this line: <include resource="freeroam" /> Like this: <meta> <info author="BrophY" description="A playtest/freeroam mode" version="1" type="gamemode" /> <include resource="spawnmanager" /> <settings> <setting name="*spawnreset" value="onSpawn" friendlyname="Spawn Reset" accept="onSpawn,onServerEmpty,onServerStart" desc="When should a new spawnpoint be chosen?" /> </settings> <map src="broph.map" /> <script src="broph.lua"/> </meta> Save the file. Save the archive. When you click on your zip opened in winrar, it will tell you that there have been some changes. Click on OK and it will save it. /restart play or /start play 1 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