This repository has been archived by the owner on May 22, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 60
GetIdentity
Matias Salas edited this page Dec 26, 2020
·
4 revisions
Player.GetIdentity()
This function gets player identity.
Data | Type | Explanation |
---|---|---|
Name | string | Player Name |
Date Of Birth | string | Player Date of Birth |
Sex | string | Player Gender |
Occupation | string | Player Occupation |
local _Player = Player(source)
local Identity = _Player.GetIdentity()
for i in pairs(Identity) do
print(i, Identity[i]) -- Returns a table key-value of the player identity
end
Scripting Manual
Modules
Data
Config
Translation
Client Side
Events
Player:DeathDetection
Functions
Register.Clothes
Player.Shooting
Player.Running
Player.Driving
Player.ShowNotification
Server Side
Events
Player:DeathDetection
Functions
Register.Item
Player.Identifier
Player.Exists
Player.GetIdentity
Player.GetName
Player.GetSex
Player.GetGroup
Player.GetOccupation
Player.GetInventory
Player.GetSkin
Player.AddItem
Player.RemoveItem
Player.CanCarryItem
Player.HasItem
Player.AddWeapon
Player.RemoveWeapon
Player.AddWeaponAmmo
Player.RemoveWeaponAmmo
Player.HasWeapon
Player.CurrentWeight
Player.ShowNotification