/JET

Increase your lua scripting speed a lot faster - JET

Primary LanguageLuaGNU General Public License v2.0GPL-2.0

JET

Increase your lua scripting speed a lot faster - JET

What is this?

JET is a Garry's mod lua scripting module that increases your coding speed a lot more.

Realms

JET is available for Serverside, shared and clientside part of your game.

How to use

Serverside:

local j = require("jet")

-- To be added.

Clientside:

local j = require("jetcl")

-- To be added.