Server Exports
Export
Description
Input
Output
GetPlayerKills
Retrieves the number of kills for a given player identifier.
identifier
(string or number)
number
- Total kills, or 0 if not found/no kills.
GetPlayerDeaths
Retrieves the number of deaths for a given player identifier.
identifier
(string or number)
number
- Total deaths, or 0 if not found/no deaths.
GetKD
Calculates and retrieves the Kill/Death ratio for a given player identifier.
identifier
(string or number)
number
- K/D ratio (kills if deaths are 0), or 0 if not found.
Last updated
Was this helpful?