Browse Source

Merge branch 'master' of ssh://git.fjmaps.net:9090/Maps/MecklenburgV_Script

Shane Spies 5 years ago
parent
commit
088c3be092
1 changed files with 10 additions and 5 deletions
  1. 10 5
      README.md

+ 10 - 5
README.md

@@ -3,11 +3,16 @@
 An AmxModX script that's used in combination of my other map, MecklenburgV to give some extended functionality.
 
 ## Commands
-`amx_setlights <a-z>` : Set the brightness of outdoor lights, Z is the brightest while A is the dimmest
-`amx_togglefog` : Toggles gl_fog 0/1 on clients. Fog on makes the client have "daytime" while fog off reveals the nighttime skybox
-`amx_toggleoutdoorlights` : toggles the outdoor streetlights on/off. There's also a switch in the sewers that does the same thing.
-`amx_toggleday <0-24> : Sets the time of day, pretty much uses setlights, togglefog, and outdoor lights to accomplish the effect.
-`amx_togglerain <0-100> : sets the amount of rain to fall.
+`amx_setlights <a-z>` : Set the brightness of outdoor lights, Z is the brightest while A is the dimmest.
+
+`amx_togglefog` : Toggles gl_fog 0/1 on clients. Fog on makes the client have "daytime" while fog off reveals the nighttime skybox.
+
+`amx_toggleoutdoorlights` : Toggles the outdoor streetlights on/off. There's also a switch in the sewers that does the same thing.
+
+`amx_toggleday <0-24>` : Sets the time of day, pretty much uses setlights, togglefog, and outdoor lights to accomplish the effect.
+
+`amx_togglerain <0-100>` : Sets the amount of rain to fall.
+
 `amx_toggleindoorlights` : toggles the indoor lights that are not part of a switch.
 
 ## Building and Installing