Update main.lua

This commit is contained in:
ArkSeyonet
2017-09-19 12:40:07 -05:00
committed by GitHub
parent 343d7a4f38
commit 1ce0a164c7
+1 -1
View File
@@ -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),