add client, fxmanifest

This commit is contained in:
kac5a
2023-01-19 18:10:54 +01:00
parent 770681cd60
commit ce3acbd56d
2 changed files with 2 additions and 4 deletions

View File

@@ -143,8 +143,6 @@ RegisterNUICallback('getPlayerJob', function(data, cb)
grade_salary = PlayerJob.payment,
label = PlayerJob.label,
name = PlayerJob.name,
skin_female = {},
skin_male = {},
}
retData.isBoss = PlayerJob.isboss
cb(retData)

View File

@@ -2,8 +2,8 @@ fx_version "cerulean"
description "A better document management script"
author "K5 Scripts"
version '1.3.1'
update "Added config to set default keybind with RegisterKeyMapping"
version '1.3.2'
update "Fixed missing customName header text, and random printed messages"
repository 'https://github.com/kac5a/k5_documents'
lua54 'yes'