ed
This commit is contained in:
parent
9e03784b6e
commit
53578d1af6
32 changed files with 1857 additions and 0 deletions
18
resources/[tools]/MugShotBase64/fxmanifest.lua
Normal file
18
resources/[tools]/MugShotBase64/fxmanifest.lua
Normal file
|
@ -0,0 +1,18 @@
|
|||
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",
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue