소스 검색

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

Shane Spies 8 년 전
부모
커밋
088c3be092
1개의 변경된 파일10개의 추가작업 그리고 5개의 파일을 삭제
  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.
 An AmxModX script that's used in combination of my other map, MecklenburgV to give some extended functionality.
 
 
 ## Commands
 ## 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.
 `amx_toggleindoorlights` : toggles the indoor lights that are not part of a switch.
 
 
 ## Building and Installing
 ## Building and Installing