Installation

This guide is about the installation of Gilo Survival Core

Let's start from The first line of the configuration file

Integer.Framework = "esx" -- esx, qb
Integer.Debug = true
Integer.LoopTime = 10 -- in seconds
Integer.UseDefaultHud = true

Integer.Framework: Select your framework (all the things relate do framework are opensource) Integer.Debug: Show some info in consolle (F8) Integer.LoopTime: This control the main cycle of the script Integer.Integer.UseDefaultHud: Decide if you want to use the gilo-sirvival-core native arrow-up-righthud

Take a look to opensource files in public/client.lua

Take a look to opensource files in public/server.lua

Last updated