Fivem Id [work] 99%
Depending on what you need, there are a few ways to retrieve these identifiers. 1. Finding Your Current Server ID (Session ID)
| Platform | Permanent ID | Session ID | Spoof resistance | |----------|--------------|-------------|------------------| | | License hash | Source (number) | Medium-High | | Steam | SteamID64 | None (always perm) | High (VAC-banned games) | | Minecraft (Java) | UUID | Username | Medium (offline mode weak) | | Garry’s Mod | Steam ID | UserID (temporary) | High (if Steam required) | fivem id
local identifiers = GetPlayerIdentifiers(source) for i, id in ipairs(identifiers) do print(id) -- outputs: license:..., steam:..., ip:..., etc. end Depending on what you need, there are a
| Purpose | What to use | Why | |--------|-------------|-----| | Perm bans | License + Steam + Discord | Multi-factor ban | | Player data (inventory, money) | License (primary key) | Most stable | | Whitelist | Discord ID (for community) + License | Easy user matching | | Admin commands (kick/ban) | Session ID ( source ) | Short & real-time | | Logging | All identifiers + timestamp | Forensic evidence | end | Purpose | What to use |
Used for syncing server roles (e.g., giving "Staff" perks in-game). Rockstar Games
Players coming from Steam, Epic Games, or Rockstar Launcher all provide usable identifiers.
Tied directly to your copy of GTA V; used as a fallback for bans. Microsoft / Xbox Identifiers for players linked via Microsoft accounts. How to Find Your FiveM ID