mirror of
https://github.com/qbcore-fivem/qb-core.git
synced 2026-08-30 01:38:56 +00:00
Upload shared files
This commit is contained in:
@@ -0,0 +1,90 @@
|
||||
{
|
||||
"citizenid": null,
|
||||
"cid": 1,
|
||||
"money": {
|
||||
"cash": 500,
|
||||
"bank": 5000,
|
||||
"crypto": 0
|
||||
},
|
||||
"optin": true,
|
||||
"charinfo": {
|
||||
"firstname": "Firstname",
|
||||
"lastname": "Lastname",
|
||||
"birthdate": "00-00-0000",
|
||||
"gender": 0,
|
||||
"nationality": "USA",
|
||||
"phone": null,
|
||||
"account": null
|
||||
},
|
||||
"job": {
|
||||
"name": "unemployed",
|
||||
"label": "Civilian",
|
||||
"payment": 10,
|
||||
"type": "none",
|
||||
"onduty": false,
|
||||
"isboss": false,
|
||||
"grade": {
|
||||
"name": "Freelancer",
|
||||
"level": 1,
|
||||
"payment": 10,
|
||||
"isboss": false
|
||||
}
|
||||
},
|
||||
"gang": {
|
||||
"name": "none",
|
||||
"label": "No Gang Affiliation",
|
||||
"isboss": false,
|
||||
"grade": {
|
||||
"name": "none",
|
||||
"level": 1,
|
||||
"isboss": false
|
||||
}
|
||||
},
|
||||
"metadata": {
|
||||
"hunger": 100,
|
||||
"thirst": 100,
|
||||
"stress": 0,
|
||||
"isdead": false,
|
||||
"inlaststand": false,
|
||||
"armor": 0,
|
||||
"ishandcuffed": false,
|
||||
"tracker": false,
|
||||
"injail": 0,
|
||||
"jailitems": [],
|
||||
"status": {},
|
||||
"phone": {},
|
||||
"rep": {},
|
||||
"currentapartment": null,
|
||||
"callsign": "NO CALLSIGN",
|
||||
"bloodtype": null,
|
||||
"fingerprint": null,
|
||||
"walletid": null,
|
||||
"criminalrecord": {
|
||||
"hasRecord": false,
|
||||
"date": null
|
||||
},
|
||||
"licences": {
|
||||
"driver": true,
|
||||
"business": false,
|
||||
"weapon": false
|
||||
},
|
||||
"inside": {
|
||||
"house": null,
|
||||
"apartment": {
|
||||
"apartmentType": null,
|
||||
"apartmentId": null
|
||||
}
|
||||
},
|
||||
"phonedata": {
|
||||
"SerialNumber": null,
|
||||
"InstalledApps": []
|
||||
}
|
||||
},
|
||||
"position": {
|
||||
"x": 1000,
|
||||
"y": 1000,
|
||||
"z": 1000,
|
||||
"h": 1000
|
||||
},
|
||||
"items": []
|
||||
}
|
||||
Reference in New Issue
Block a user