0.1.11 • Published 5 years ago

nfgs v0.1.11

Weekly downloads
53
License
-
Repository
github
Last release
5 years ago

node for gmod server

this is the npm module used for interacting with a gmod server, this library relies on the subprocess plugin for gmod server, found here https://github.com/cramt/gmsv_subprocess_plugin

the lua part of this can be found in lua/nfgs.lua

import { NFGSHandler } from "nfgs.js"
let i = 0;
NFGSHandler.eventHandler.on("add", data => {
    i += data.toAdd;
})
function main() {
    NFGSHandler.send("hello", { index: i++ })
    setTimeout(main, 1000)
}
main();
0.1.11

5 years ago

0.1.10

5 years ago

0.1.9

5 years ago

0.1.8

5 years ago

0.1.7

5 years ago

0.1.6

5 years ago

0.1.5

5 years ago

0.1.4

5 years ago

0.1.3

5 years ago

0.1.2

5 years ago

0.1.1

5 years ago

0.1.0

5 years ago