From 2b58041abbcc64d177219375d74dad98572661e1 Mon Sep 17 00:00:00 2001 From: ElPumpo Date: Mon, 13 Apr 2020 16:33:00 +0200 Subject: [PATCH] Added default map name & game type Co-Authored-By: Thuan Truong --- server/common.lua | 3 +++ 1 file changed, 3 insertions(+) diff --git a/server/common.lua b/server/common.lua index 4921c75c..0acd1c9b 100644 --- a/server/common.lua +++ b/server/common.lua @@ -19,6 +19,9 @@ function getSharedObject() end MySQL.ready(function() + SetMapName('San Andreas') + SetGameType('Roleplay') + MySQL.Async.fetchAll('SELECT * FROM items', {}, function(result) for k,v in ipairs(result) do ESX.Items[v.name] = {