1
0
Fork 0
forked from Simnation/Main
Main/resources/[tools]/MugShotBase64/fxmanifest.lua

19 lines
337 B
Lua
Raw Normal View History

2025-08-04 05:39:52 +02:00
fx_version 'cerulean'
game 'gta5'
name "MugShotBase64"
description 'A script can convert peds mugshot image to Base64 encoding to save that as save and manage that'
author "BaziForYou#9907"
ui_page 'html/index.html'
files {
"html/js/*",
"html/js/models/*",
"html/img/*",
"html/index.html",
}
client_script {
"client.lua",
}