ulx.LOW_ARGS = "You did not specify enough arguments for this command. Type 'ulx help' in console for help." ulx.version = 3.54 -- Current release version. Don't access directly, use ulx.getVersion instead. (SVN checks) ulx.release = true -- Is this the release? ulx.ID_ORIGINAL = 1 ulx.ID_PLAYER_HELP = 2 ulx.ID_HELP = 3 ulx.ID_MMAIN = 1 ulx.ID_MCLIENT = 2 ulx.ID_MADMIN = 3 ulx.HOOK_ULXDONELOADING = "ULXLoaded" ulx.HOOK_VETO = "ULXVetoChanged"