mirror of
https://github.com/esx-framework/esx_core.git
synced 2026-09-04 16:23:21 +00:00
Update main.lua
This commit is contained in:
+1
-1
@@ -137,7 +137,7 @@ ESX.RegisterServerCallback('esx_policejob:getOtherPlayerData', function(source,
|
||||
local lastname = user['lastname']
|
||||
local sex = user['sex']
|
||||
local dob = user['dateofbirth']
|
||||
local height = user['height']
|
||||
local height = user['height'] .. " Inches"
|
||||
|
||||
local data = {
|
||||
name = GetPlayerName(target),
|
||||
|
||||
Reference in New Issue
Block a user