15-03-2020, 09:07 AMprivateryan Wrote: concommand.Add( "retrieveplayers", function() for _, ply in ipairs( player.GetAll() ) do print( ply:Nick() .. ", " .. ply:SteamID() .. "\n" ) end end)
Loading Info...