Example: FiveM Lua How to create table of all online player id for _, playerId in ipairs(GetPlayers()) do local name = GetPlayerName(playerId) ...
確定! 回上一頁