33 lines
481 B
Lua
33 lines
481 B
Lua
-- For support join my discord: https://discord.gg/Z9Mxu72zZ6
|
|
|
|
version "2.1.0"
|
|
description "SimpleHUD is a simple but good hud perfect for new servers."
|
|
author "Andyyy#7666"
|
|
lua54 "yes"
|
|
|
|
fx_version "cerulean"
|
|
game "gta5"
|
|
|
|
file "postals.json"
|
|
|
|
client_script "src/client.lua"
|
|
server_scripts {
|
|
"config_server.lua",
|
|
"src/server.lua"
|
|
}
|
|
|
|
shared_scripts {
|
|
"config.lua"
|
|
}
|
|
|
|
exports {
|
|
"getAOP",
|
|
"getPostal"
|
|
}
|
|
|
|
server_exports {
|
|
"getPostal"
|
|
}
|
|
|
|
provide "nearest-postal"
|