mirror of
https://github.com/ND-Framework/ND_Core.git
synced 2026-08-17 05:56:01 +01:00
update(server/player): full name to player
This commit is contained in:
@@ -10,6 +10,7 @@ local function createCharacterTable(info)
|
|||||||
name = info.name,
|
name = info.name,
|
||||||
firstname = info.firstname,
|
firstname = info.firstname,
|
||||||
lastname = info.lastname,
|
lastname = info.lastname,
|
||||||
|
fullname = ("%s %s"):format(info.firstname, info.lastname),
|
||||||
dob = info.dob,
|
dob = info.dob,
|
||||||
gender = info.gender,
|
gender = info.gender,
|
||||||
cash = info.cash,
|
cash = info.cash,
|
||||||
|
|||||||
Reference in New Issue
Block a user