16 lines
351 B
Lua
16 lines
351 B
Lua
|
-- Explorer by glitchdetector, Jun. 2020
|
||
|
name "Exploration"
|
||
|
author "glitchdetector"
|
||
|
contact "glitchdetector@gmail.com"
|
||
|
|
||
|
version "1.0"
|
||
|
download "https://github.com/glitchdetector/fivem-explorer"
|
||
|
|
||
|
description "Hides stuff from the map until you discover it"
|
||
|
|
||
|
fx_version 'cerulean'
|
||
|
game 'gta5'
|
||
|
|
||
|
client_script 'config.lua'
|
||
|
client_script 'cl_explorer.lua'
|