Jump to content

GameGuardian API | (+ with Database)


nevertrolls

Recommended Posts

Posted

This is an API for GameGuardian scripting to be made easier. Currently, in v2, it only shortens some function(s) names and adds a database. The database is very cool as it can store variables in a file and load them up later.

How to install this API to your script?

Just put this code at the top of your script:

api = gg.makeRequest("https://raw.githubusercontent.com/nevertrollsh/nt-gg-api/main/api.lua").content
pcall(load(api))

Usage of the API can be found at its GitHub. You can visit the GitHub project by clicking here.

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.