Bunker Plugin For MW3
Refer.txt has the sample code of plugins created for saving.Don't delete it and if you don't understand it don't edit it
SV_Config.ini
Code:
[BUNKER]
Save=true
//true saves the bunker false doesn't
Features:
- Easily create walls,doors,floors and ramps
- Get co-ordinates and code
- Save bunkers in form of plugin with mapname
Commands:
- !door-Create door
- !wall-Create wall
- !floor-Create floor
- !ramp-Create ramp
- !noclip-Enable noclip
- !nclip-Disable noclip
- !fwall-Resest wall vector
- !fdoor-Reset door vector
- !ffloor-Reset floor vector
- !framp-Reset ramp vector
How to use:
- Start a map
- Goto a place
- Type !wall
- Goto a higher place
- Type !wall again
After doing the above the code to make that wall would be printed on mapchange
Requires MapEdit!Included
Doesn't work with older MapEdit(1.2 required)
Credits:
@archit
@99IRock
Updates:
1.0:Initial release
1.2:Fixed a bug where '.' was displayed as ',' due to unknown reasons by removing decimals
1.3:The bunkers save now(may need restart of server)