HomeGuides
GithubWeb site

Prerequisites

Nothing

Installing

Put the folder where you want it and add it to the server.cfg file :

Example:

start ft_libs

or put in to dependencies in __resource.lua :

dependency 'ft_libs'

or

dependencies {
  ...
  'ft_libs',
  ...
}