__ULX__
Version 0.8

Created by:
Brett "Megiddo" Smith 
Ink
Mank

I. About
  ULX is an AMXX Mod-like mod manager for gmod. It offers a few good starter commands as well as offering a flexible administrative and user mod backbone for other developers. It is currently at version 0.8 because we didn't have enough time to put everything we wanted into it, but wanted to make it available to users to develop on while we finish.

II. INSTALLATION
  To install ULX, extract the included files to the lua folder, so the files should have a structure like this:
 ./gmod9/lua/init/ulx_init.lua
 ./gmod9/lua/ulx/ulx_base.lua
etc...

III. HOW TO USE
  Type 'ulx_help' in your console to see the commands available to you ( won't show commands you do not have access to ). To add yourself as an admin, follow the directions in /lua/ulx/ulx_users.lua

For your convenience, the help is relisted here:

Command help:
ulx_adminmenu - Shows the ULX admin menu ( say: adminmenu )
ulx_asay <message> - Sends message to all currently connected admins ( say: @ )
ulx_ban <user> [<minutes>] - bans the specified player for the specified minutes ( perm ban if nil ) ( say: !ban )
ulx_clientmenu - Shows the client admin menu ( say: clientmenu )
ulx_csay <message> - prints the message in the center of everyone's screen ( say: @@@ )
ulx_freeze <user> - freezes the specified player ( unable to move or aim ) ( say: freeze )
ulx_gimp <user> - gimps the specified player ( say: gimp )
ulx_god <user> - Gives the specified player God mod ( say: god )
ulx_help - Shows the list you currently see
ulx_hp <user> <number> - sets the player health to the specified value ( say: hp )
ulx_ignite <user> - ignites the specified user ( death by fire ) ( say: ignite )
ulx_kick <user> - Kicks the specified player ( say: !kick )
ulx_kickban <user> [<minutes>] - kicks & bans the player for the specified minutes ( perm ban if nil ) ( say: !kickban )
ulx_map <map> - changes to the specified map ( say: !map )
ulx_menu - Shows the ULX main menu ( say: menu )
ulx_psay <user> <message> - Sends message to specified user ( say: /p )
ulx_rcon <command> - Send the specified command to the server console ( say: !rcon )
ulx_removeflames - Removes all flames ( say: removeflames )
ulx_say <message> - prints the message in the chat portion of everyone's screen ( say: @@ )
ulx_slap <user> [<damage>] - slaps the specified user with optional damage ( say: slap )
ulx_slay <user> - slays the specified user ( say: slay )
ulx_sslay <user> [<respawn time> [<bool disolve]] - silently slays the specified user ( say: sslay )
ulx_team <user> <team> - forces the user to join the team ( unassigned, spectator, blue, yellow, green, red ) ( say: team )
ulx_unfreeze <user> - unfreezes the specified player ( say: unfreeze )
ulx_ungimp <user> - ungimps the specified player ( say: ungimp )
ulx_ungod <user> - Removes God mode from the specified player ( say: ungod )
ulx_vote <question> <option 1> <option 2> ... - Takes up a vote with the specified options ( say: !vote )
ulx_votekick <user> - Gives the users a vote to kick the specified player ( say: !votekick )
ulx_votekickban <user> - Gives the users a vote to kickban the specified player ( say: !votekickban )
ulx_votemap map [map2] .. - Gives the users a vote on the chosen maps ( Yes/No question if only one specified ) ( say: !votemap
ulx_who - If there are admins currently in the server, shows their access

Cvar help:
ulx_sv_showvotes  - If set to 1, players will see who's voting for what option

IV. DEVELOPERS
  Welcome to the world of ULX lua developers! I hope you enjoy ULX, as I designed this specifically for your use! Please let us know if there's anything I can help you with.

  VISIT OUR FORUMS AT http://forums.ulyssesmod.net/ FOR FUNCTION DOCUMENTATION

V. CHANGELOG
v0.81
[FIX] Timers work again... sorry, still not entirely sure what caused that problem
[FIX] Adverts now work correctly
[FIX] Asay now works properly
[ADD] Talk and center messages now log to the console as well
[ADD] ulx_removeflames

v0.8
[ADD] So many more commands it's best we don't list them
[ADD] Menus, including admin, client, and vote menus
[ADD] Voting
[ADD] Adverts
[ADD] Prop restriction, protection, and anti-spamming
[ADD] Various developers tools ( check lib )
[ADD] Immunity now works!
[FIX] Console say on dedicated servers

v0.5
First release

VI. COPYRIGHT
  The Ulysses development team claims full rights to ULX. Please DO NOT STEAL OUR WORK!
  
